Skip to main content
POST
/
integrations
Connect platform account
curl --request POST \
  --url https://api.questra.ai/integrations \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Org-Id: <x-org-id>' \
  --data '
{
  "name": "<string>",
  "credentials": {
    "provider": "<string>",
    "email": "<string>",
    "password": "<string>"
  }
}
'
{
  "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.

Body

application/json
name
string
required

Name to give the connection so you can remember it

credentials
object
required

Credentials used to access the provider. These will be encrypted and never shown again.

Response

201 - application/json
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