paymo.clients.getInfo

Get detailed information about a client.

Authentication

This method requires authentication.

Arguments

api_key (Required)
Your application key. See here for more details.
auth_token (Required)
Authentication token received upon login.
client_id (Required)
The ID of the client to fetch information about.

Example Response

<?xml version="1.0" encoding="UTF-8"?> <response status="ok"> <client id="130"> <name>Jonhson and sons</name> <address>101 Independence Avenue, SE</address> <city>Washington</city> <state>DC</state> <postal_code>20540</postal_code> <phone>(202) 555-5522</phone> <fax>(202) 555-1957</fax> <email>loc@email.com</email> <website>http://www.loc.gov/</website> <contact> <name>John Paul</name> <email>john@email.com</email> <mobile>(202) 555-8340</mobile> <phone>(202) 555-8341</phone> <fax>(202) 555-8342</fax> </contact> </client> </response>

Error Codes

101: Unknown API method
The requested method was not found.
102: Unknown response format
The requested response format was not found.
103: Invalid API Key
The API key passed was not valid.
104: Invalid auth token / Login failed
The login details or auth token passed were invalid.
105: Insufficient permissions
The user making the method call did not have the required permissions.
106: Service currently unavailable
The service is temporarily unavailable.
107: Too many requests for this API key
The application has reached the limit for number of API calls during a specific time period. Wait a bit and try again.
206: Client not found
The client with given ID was not found.