cURL
curl --request GET \ --url https://api.steuerboard.com/v1/workspaces \ --header 'Authorization: Bearer <token>' \ --header 'x-client-id: <x-client-id>'
{ "data": [ { "id": "cmf41ajzv003706un4i99q19z", "name": "FiBu", "createdAt": "2021-01-01T00:00:00Z", "updatedAt": "2021-01-01T00:00:00Z", "archivedAt": "2021-01-01T00:00:00Z", "clientId": "cmf41ajzv003706un4i99q19z" } ], "pagination": { "limit": 20, "total": 134, "nextCursor": "cmf41ajzv003706un4i99q19z", "previousCursor": "cmf41ajzv003706un4i99q19z" } }
Returns a paginated list of workspaces.
Bearer token authentication
The ID of the client
"cmf41ajzv003706un4i99q19z"
The number of items to return
1 <= x <= 100
20
The cursor to return the next page of items
Workspaces
Show child attributes