cURL
curl --request GET \ --url https://api.bundleup.io/v1/integrations \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "identifier": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ]
Retrieve a list of integrations with optional filtering
API Key authentication using Bearer token
Number of items to skip
0 <= x <= 1000
Maximum number of items to return
1 <= x <= 100
Filter by integration status
List of integrations retrieved successfully
Unique integration identifier
Integration identifier
When the integration was created
When the integration was last updated
Was this page helpful?