cURL
curl --request GET \ --url https://api.example.com/v1/connectors \ --header 'x-api-key: <api-key>'
{ "items": [ { "id": "<string>", "name": "<string>", "description": "<string>", "logo": "<string>", "status": "<string>", "version": "<string>", "open_api_spec_id": "<string>", "organization_id": "<string>", "total_operations": 123, "readiness_score": 123, "using_built_in_auth": false, "connection_hint": "<string>", "server_url": {}, "connections": [] } ], "total": 123, "page": 123, "per_page": 123, "total_pages": 123 }
Retrieve a paginated list of available connectors with their connections
Show Connector Object
Show Connection Object
personal
organizational
curl -X GET -H "x-api-key: <your-api-key>" \ "https://api.xpander.ai/v1/connectors?page=1&per_page=10"
id
API Key for authentication
Page number (starting from 1)
x >= 1
Items per page (max 50)
1 <= x <= 50
Successful Response
Show child attributes
Was this page helpful?
Contact support