cURL
curl --request GET \ --url https://api.bundleup.io/v1/integrations/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "identifier": "<string>", "type": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Returns a single integration for the authenticated workspace.
Pass the API key as a bearer token.
Resource identifier.
Integration retrieved successfully.
Integration identifier.
Integration slug or unique identifier.
Integration type.
Was this page helpful?