Interpreting Responses
After you send your API request, you'll receive a response in the form of a JSON object.
{
"result": {...},
"error": {...}
}If there was an error in your request or processing your request, error details will be provided in the error object. Otherwise, the data you requested will be provided in the result object.