List workspaces
GET /api/v1/workspaces
GET
/api/v1/workspaces
Retrieves the workspaces
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” per
integer
Number of records per page
page
integer
Page number
Responses
Section titled “ Responses ”Successful
object
results
required
Array<object>
object
id
required
integer
Example
12345 name
required
string
Example
Default workspace auto_join
required
boolean
Example
true created_at
required
string format: date-time
Example
2023-08-23T10:30:00.000Z pagination
required
object
per
required
integer
Example
10 page
required
integer
Example
1 total
required
integer
Example
100Unauthorized
object
message
required
string
Example
Record not foundForbidden
object
message
required
string
Example
Record not found