Skip to main content
GET
/
integrations
/
{id}
Get integration by ID
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"
}

Authorizations

Authorization
string
header
required

API Key authentication using Bearer token

Path Parameters

id
string
required

Integration ID

Response

Integration retrieved successfully

id
string
required

Unique integration identifier

identifier
string
required

Integration identifier

createdAt
string<date-time>
required

When the integration was created

updatedAt
string<date-time>
required

When the integration was last updated