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
curl --request GET \
--url https://api.getcargo.io/v1/connection/connectors/existsBySlug \
--header 'Authorization: Bearer <token>'{
"exists": true
}Was this page helpful?