Skip to main content
GET
/
integrations
List connected accounts
curl --request GET \
  --url https://api.questra.ai/integrations \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Org-Id: <x-org-id>'
{
  "total": 1,
  "items": [
    {
      "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.

Query Parameters

limit
integer
default:10

Number of results to show per page

Required range: 1 <= x <= 100
offset
integer
default:0

Number of results to skip before returning

Required range: x >= 0
provider
enum<string>

Name of a provider to limit results to

Available options:
alchemer,
decipher,
qualtrics
query
string

Results must have names that contain the query value if supplied

Response

200 - application/json
total
integer
required

Total number of records matching the query

Required range: x >= 0
items
object[]
required

Array of integrations found on a single page of the results