API Reference
API Reference
API Response types
Normal Response
{
api_version: <API version responding back with the response>,
kind: "NORMAL",
data: <Actual Response Object>
}Paginated Response
{
api_version: <API version responding back with the response>,
kind: "PAGINATED",
data: {
page_size: <integer>,
item_count: <integer>,
total: <integer>,
page_count: <integer>,
page_index: <integer>,
offset: <integer>,
items: [<Array of items>]
}
}Error Response
List of APIs
Just getting started?
Last updated
Was this helpful?