Skip to main content
GET
/
statuses
/
grouped
Get Statuses Grouped
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/statuses/grouped
[
  {
    "type": "<string>",
    "statuses": [
      {
        "id": 123,
        "type": "<string>",
        "name": "<string>",
        "is_active": true,
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z"
      }
    ]
  }
]

Response

200 - application/json

Successful Response

type
string
required
statuses
StatusResponse · object[]
required