paymo.reflection.getMethods

Returns a list of available Paymo API methods.

Authentication

This method does not require authentication.

Arguments

api_key (Required)
Your application key. See here for more details.

Example Response

<?xml version="1.0" encoding="UTF-8"?> <response status="ok"> <methods> <method>paymo.auth.login</method> <method>paymo.auth.logout</method> <method>paymo.users.getInfo</method> <method>paymo.users.findByName</method> </methods> </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.
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.