Skip to main content
GET
/
integrations
/
{id}
Get connected account
curl --request GET \
  --url https://api.questra.ai/integrations/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Org-Id: <x-org-id>'
{
  "id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.questra.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Org-Id
string
required

The ID of the organization to make requests against. Found on your Settings page.

Path Parameters

id
string
required

Unique ID of the integration to get details of

Response

id
string
required

Unique ID of the integration

created_at
string<date-time>
required

Date and time the integration was created

updated_at
string<date-time>
required

Date and time the integration was most recently updated

name
string
required

Name given to the integration to help users identify it

provider
enum<string>
required

Provider the integration connects to

Available options:
alchemer,
confirmit,
decipher,
qualtrics