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

Authorizations

Authorization
string
header
required

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

Query Parameters

changeIds
string[]

List of change IDs to retrieve. Each ID uniquely identifies a specific change in the system.

Response

200
application/json

OK

BatchChangeResponse contains the requested changes mapped by their IDs.