GET
/
api
/
triage
/
v1
/
statuses
curl --request GET \
  --url https://developer.synq.io/api/triage/v1/statuses \
  --header 'Authorization: Bearer <token>'
{
  "states": [
    {
      "issueId": "<string>",
      "status": 123,
      "lastUpdatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

statuses
integer[]

Response

200
application/json

OK

The response is of type object.