Skip to main content
PATCH
/
integrations
/
{id}
Update connected account
curl --request PATCH \
  --url https://api.questra.ai/integrations/{id} \
  --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.

Path Parameters

id
string
required

Unique ID of the integration to update

Body

application/json
name
string

New name for the integration

credentials
object

New credentials for the integration

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