Schemas
Workspace
{
"billing": {
"address": {},
"customerId": "cus_NtPj1HnvFTCKcb",
"email": "billing@acme.co",
"limits": {},
"name": "Acme, Inc.",
"plan": "developer",
"status": "active",
"subscriptionId": "sub_1N7cu2Be5KiwCS6e0NaMZf6R"
},
"created_at": "2023-05-14T11:15:34.177Z",
"creator": {
"ame": "John Doe",
"avatar": "https://cdn.auth0.com/avatars/jd.png",
"email": "john.doe@acme.co",
"id": "31307809828455542",
"username": "johndoe",
"uuid": "6a963445-f0fc-4c76-a27c-88ad6e98e0e7"
},
"id": "67f26fa2",
"name": "Acme Inc.",
"slug": "acme-inc",
"status": "active",
"updated_at": "2023-06-19T13:20:01.503Z",
"uuid": "67f26fa2-0218-4e7d-91ed-942f3f5c5147"
}
billing
object
The workspace billing information.
created_at
string
The workspace created at date.
creator
object
The workspace creator information.
id
string
The workspace ID.
name
string
The workspace name.
slug
string
The workspace slug.
status
string
The workspace status.
updated_at
string
The workspace updated at date.
uuid
string
The workspace UUID.
{
"billing": {
"address": {},
"customerId": "cus_NtPj1HnvFTCKcb",
"email": "billing@acme.co",
"limits": {},
"name": "Acme, Inc.",
"plan": "developer",
"status": "active",
"subscriptionId": "sub_1N7cu2Be5KiwCS6e0NaMZf6R"
},
"created_at": "2023-05-14T11:15:34.177Z",
"creator": {
"ame": "John Doe",
"avatar": "https://cdn.auth0.com/avatars/jd.png",
"email": "john.doe@acme.co",
"id": "31307809828455542",
"username": "johndoe",
"uuid": "6a963445-f0fc-4c76-a27c-88ad6e98e0e7"
},
"id": "67f26fa2",
"name": "Acme Inc.",
"slug": "acme-inc",
"status": "active",
"updated_at": "2023-06-19T13:20:01.503Z",
"uuid": "67f26fa2-0218-4e7d-91ed-942f3f5c5147"
}