List Workspaces
List Workspaces accessible to the authenticated token
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page[limit]
Maximum number of items to return in a single response
page[offset]
Number of items to skip for pagination
Response
This endpoint returns an object.
data
List of Workspace items returned in the response
meta
Pagination metadata for the response
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error