cURL
curl --request GET \ --url https://agents-api.kolena.com/api/v1/client/workspaces \ --header 'Authorization: Bearer <token>'
{ "workspaces": [ { "id": 123, "name": "<string>" } ] }
Return all Workspaces
Bearer authentication header of the form Bearer <token>. The <token> represents your API key, which must be acquired from the Kolena platform.
Bearer <token>
<token>
Successful Response
List of accessible workspaces.
Show child attributes
Was this page helpful?