POST
/
api
/
v1
/
connector_definitions
/
check_connection
curl --request POST \
  --url https://api.squared.ai/api/v1/connector_definitions/check_connection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "source",
  "name": "<string>",
  "connection_spec": {}
}'
{
  "result": "success",
  "details": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200 - application/json
Connection check successful

The response is of type object.