Returns a paginated list of workspaces.
cURL
curl --request GET \ --url https://api.selcor.ai/v1/workspaces \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "business_category": "<string>", "tenant_id": "<string>", "activated": true, "connector_type": "<string>", "created_at": "<string>", "updated_at": "<string>" } ], "pagination": { "has_more": true, "next_cursor": "<string>" }, "request_id": "<string>" }
API key in format: sk_live_...
1 <= x <= 100
25
List of workspaces
Show child attributes
Was this page helpful?