cURL
curl --request GET \ --url https://api.cloudglue.dev/v1/data-connectors \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "<string>", "object": "data_connector", "type": "s3", "created_at": 123, "updated_at": 123, "metadata": {} } ], "total": 123, "limit": 123, "offset": 123 }
List all active data connectors configured for your account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of data connectors
Object type, always 'list'
list
Array of data connector objects
Show child attributes
Total number of data connectors
Number of items returned in this response
Offset from the start of the list