cURL
curl --request GET \ --url https://api.databar.ai/v1/connectors/{connector_id} \ --header 'x-apikey: <x-apikey>'
{ "id": 123, "name": "<string>", "type": "<string>", "method": "<string>", "url": "<string>", "headers": [], "parameters": [], "body": [], "body_template": "<string>", "rate_limit": 123, "max_concurrency": 123, "created_at": "<string>" }
Retrieve details of a specific custom API connector.
API Key for authentication
The connector ID
Successful Response
Show child attributes