Retrieve a single workspace by ID.
cURL
curl --request GET \ --url https://api.selcor.ai/v1/workspaces/{workspaceId} \ --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>" }, "request_id": "<string>" }
API key in format: sk_live_...
"clxyz123"
Workspace details
Show child attributes
Was this page helpful?