List workspaces

Get a list of workspaces a user is a part of.

GET
/ v1 / workspaces

Authorization

  • X-API-Key
    string
    required

    Header with the name X-API-Key where the value is your API key.

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.