Skip to main content
POST
/
api
/
v1
/
connections
/
validate
Validate Connection Requirements
curl --request POST \
  --url https://api.example.com/api/v1/connections/validate \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

integration_id
string
required

Integration ID to validate against

auth_method_id
string | null

Authentication method ID

Body

application/json

The body is of type Request Body · object.

Response

Successful Response