cURL
curl --request GET \ --url https://api.sumvin.com/v0/connectors/{connector_id} \ --header 'Authorization: Bearer <token>'
{ "_links": {}, "connector": { "id": "<string>", "name": "<string>", "description": "<string>", "icon_url": "<string>", "auth_type": "<string>" }, "tools": [ { "id": "<string>", "name": "<string>", "description": "<string>", "tool_schema": {} } ] }
JWT token from Authorization header (Bearer token)
Tenant org ID for multi-tenant auth
JWT token from x-juno-jwt header
Expand related resources. Options: tools
tools
Connector retrieved successfully
HAL-style hypermedia links for navigation and available actions.
Show child attributes