Skip to main content
POST
/
v1
/
integration_account
/
check
cURL
curl --request POST \
  --url http://localhost:8000/api/v1/integration_account/check \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "integrationDefinitionId": "<string>",
  "config": {},
  "authType": "<string>",
  "workspaceId": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
integrationDefinitionId
string
required
config
object
required
authType
string
required
workspaceId
string
required

Response

The response is of type object.