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>
Connection check successful
The response is of type object.
object
Was this page helpful?