Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.getcargo.io/v1/connection/connectors/existsBySlug \ --header 'Authorization: Bearer <token>'
{ "exists": true }
Check if a connector exists by its slug
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Connector slug to check.
Successful response
Whether the connector exists.
Was this page helpful?