Skip to main content
Reference

Standard Responses

We strive for all our responses to have a standard response envelope. This guarantees that the interaction style for all REST APIs will feel similar. The standard response object has the following properties.

PropertyData TypeDescription
successbooleanWhether or not the REST API call was successful.
errorErrorIf the API call was unsuccessful, this error object contains further details. See Errors.
metadataResponseMetadataDetails about the response, such as the payload_name and result_set. The result_set contains information about paged results such as count, offset, limit, and a more flag. See Pagination.
Was this page helpful?