cURL
curl --request GET \ --url https://api.bundleup.io/v1/integrations/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "identifier": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Retrieve a specific integration by its ID
API Key authentication using Bearer token
Integration ID
Integration retrieved successfully
Unique integration identifier
Integration identifier
When the integration was created
When the integration was last updated
Was this page helpful?