GET
/
v1
/
workspaces

Authorizations

Authorization
string
headerrequired

Default authentication mechanism

Query Parameters

before
string

An object ID that defines your place in the list.

after
string

An object ID that defines your place in the list.

limit
integer
default: 10

The number of items to return per page.

order
enum<string>
default: desc

Order the results by the creation.

Available options:
asc,
desc

Response

200 - application/json
data
object[]
required
data.name
string
required

The name of the workspace.

data.slug
string
required

The unique slug of the workspace.

meta
object
required
meta.before
string | null

An object ID that defines your place in the list.

meta.after
string | null

An object ID that defines your place in the list.

success
boolean
required

Whether the API call was successful