curl --request GET \
--url https://developer.synq.io/api/issues/v1/batch \
--header 'Authorization: Bearer <token>'
{
"issues": {}
}
curl --request GET \
--url https://developer.synq.io/api/issues/v1/batch \
--header 'Authorization: Bearer <token>'
{
"issues": {}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
IDs of the issues to get.
OK
The response is of type object
.