Skip to main content
POST
/
api
/
v2
/
integrations
/
candid
/
connection
/
upsert
Create or update a Candid Health connection
curl --request POST \
  --url https://api.example.com/api/v2/integrations/candid/connection/upsert \
  --header 'Content-Type: application/json' \
  --data '
{
  "connectionId": "<string>",
  "clientId": "<string>",
  "clientSecret": "<string>",
  "isStagingConnection": true
}
'
{
  "connectionId": "<string>"
}

Body

application/json
connectionId
string
required

The ID of the connection.

clientId
string
required

The Candid Health client ID.

clientSecret
string
required

The Candid Health client secret.

isStagingConnection
boolean
required

Whether this is a staging connection.

Response

Default Response

connectionId
string
required

The connection ID.