All API endpoints will return a standard response object of the following form:

array('api_version' => 1, 'endpoint' => 'forms', 'method' => 'GET', 'status' => 'failed', 'data' => array());

api_version The API version which was used

endpoint The API endpoint which was used

method The HTTP verb which was used

status A string describing the result of the request. Possible values are 'failed' or 'successful'

data An array containing any data returned by the endpoint