BatchGetIntegrations
synq.integrations.v1.IntegrationsService
BatchGetIntegrations
Fetch multiple integrations by id in one call. Ids not found (or not in the workspace) are omitted from the response rather than erroring.
POST
BatchGetIntegrations
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request to fetch multiple integrations by id.
Integration ids (UUIDs). Unknown ids are omitted from the response.
Required array length:
1 - 500 elementsResponse
200 - application/json
Success
Response with the requested integrations.
The integrations that were found, keyed by integration id. Requested ids that do not exist are absent from the map.