GET
/v1/mgmt/connectorAuthorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Query Parameters
id?string
Get a single connector by id, using a valid management key.
curl -X GET "https://api.descope.com/v1/mgmt/connector"{ "id": "string", "name": "string", "type": "string", "status": "string", "description": "string", "configuration": {}}export interface Response {id?: stringname?: stringtype?: stringstatus?: stringdescription?: stringconfiguration?: {}} Was this helpful?