Skip to main content
GET
/
connections
/
{id}
Get connection by ID
curl --request GET \
  --url https://api.bundleup.io/v1/connections/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "integrationId": "<string>",
  "isValid": true,
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "externalId": "<string>",
  "expiresAt": "2023-11-07T05:31:56Z",
  "refreshedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

API Key authentication using Bearer token

Path Parameters

id
string
required

Connection ID

Response

Connection retrieved successfully

id
string
required

Unique connection identifier

integrationId
string
required

ID of the integration this connection belongs to

isValid
boolean
required

Whether connection is valid

createdAt
string<date-time>
required

When the connection was created

updatedAt
string<date-time>
required

When the connection was last updated

externalId
string | null

External system identifier

expiresAt
string<date-time> | null

When the connection expires

refreshedAt
string<date-time> | null

When the connection was last refreshed