Motion Logo Motion API Documentation
Support
API Keys

List Workspaces

Get a list of workspaces a user is a part of

GET v1 / workspaces

Authorization

Authorization string required

Bearer authentication header of the form Bearer <token> where <token> is your auth token.

Query Parameters

cursor string

Use if a previous request returned a cursor. Will page through results

ids array<string>

Expand details of specific workspaces, instead of getting all of them

Response

200 - application/json - object

meta object required

Contains the nextCursor, if one exists, along with the pageSize

workspaces array<object> required

An array of workspace objects

Was this page helpful?