GET
/
api
/
issues
/
v1
/
batch
curl --request GET \
  --url https://developer.synq.io/api/issues/v1/batch \
  --header 'Authorization: Bearer <token>'
{
  "issues": {}
}

Authorizations

Authorization
string
header
required

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

Query Parameters

issueIds
string[]

IDs of the issues to get.

Response

200
application/json

OK

The response is of type object.