statuses

List statuses

Returns a paginated list of statuses for an entity type, combining KRUZER base statuses and the caller account custom statuses.

get/api/v1/statuses

Response

Paginated list of statuses.

dataStatusListItemResponse[] required

Example response

{
  "meta": {
    "total": 42,
    "pages": 3,
    "current_page": 1,
    "next_page": 2,
    "limit": 20
  }
}

Changes