cURL
curl --request GET \ --url https://api.bundleup.io/v1/integrations \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "identifier": "<string>", "type": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ]
Returns integrations for the authenticated workspace.
Pass the API key as a bearer token.
Number of items to skip.
0 <= x <= 1000
Maximum number of items to return.
1 <= x <= 100
Accepted by the API and currently ignored by the handler.
Integrations retrieved successfully.
Integration identifier.
Integration slug or unique identifier.
Integration type.
Was this page helpful?