Workspaces
List Workspaces
Create new workspace.
GET
/
v1
/
workspaces
Authorizations
Authorization
string
headerrequiredDefault 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: 10The number of items to return per page.
order
enum<string>
default: descOrder the results by the creation.
Available options:
asc
, desc
Response
200 - application/json
data
object[]
requireddata.name
string
requiredThe name of the workspace.
data.slug
string
requiredThe unique slug of the workspace.
meta
object
requiredmeta.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
requiredWhether the API call was successful
Was this page helpful?