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

Documentation Index

Fetch the complete documentation index at: https://docs.bundleup.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass the API key as a bearer token.

Path Parameters

id
string
required

Resource identifier.

Response

Integration retrieved successfully.

id
string
required

Integration identifier.

identifier
string
required

Integration slug or unique identifier.

type
string
required

Integration type.

createdAt
string<date-time>
required
updatedAt
string<date-time>
required