Skip to main content
GET
/
integrations
List integrations
curl --request GET \
  --url https://api.bundleup.io/v1/integrations \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "identifier": "<string>",
    "type": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Pass the API key as a bearer token.

Query Parameters

offset
integer
default:0

Number of items to skip.

Required range: 0 <= x <= 1000
limit
integer
default:10

Maximum number of items to return.

Required range: 1 <= x <= 100
status
string

Accepted by the API and currently ignored by the handler.

Response

Integrations 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