cURL
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
source
destination
Generic connection specification structure. Specifics depend on the connector type.
Connection check successful
success
failure
Was this page helpful?