Get workspace
GET /api/v1/workspaces/{id}
GET
/api/v1/workspaces/{id}
Retrieves a single workspace by ID.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
integer
Workspace ID
Responses
Section titled “ Responses ”Successful
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.000ZUnauthorized
object
message
required
string
Example
Record not foundForbidden
object
message
required
string
Example
Record not foundNot Found
object
message
required
string
Example
Record not found