The Response Object {#response}

The response object has the following parameters:

  • id The unique ID of your API request
  • action The API method you called
  • error An error object with the following fields. null on success.
    • code The error code, unique to each error type
    • message A more descriptive error message
  • response The response object, unique to each API method. null on failure.
  • server_time The current server time