cURL
curl --request GET \ --url https://api.conduit.ai/v1/workspaces \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "j57demo8f8x7c9v0n2q4r6t8y1u3i5o", "name": "Your Workspace", "slug": "your-workspace" } ] }
Returns the workspaces that the current API token is authorized to access. Use this endpoint to discover valid workspace_id values for subsequent requests.
workspace_id
Conduit API token. Use Authorization: Bearer <token>. Read/write endpoints require a token with write access.
Authorization: Bearer <token>
Accessible workspaces
List of workspaces that the current API token is authorized to access.
Show child attributes
Contact support