cURL
curl --request GET \ --url https://release0.com/api/v1/workspaces/{workspaceId} \ --header 'Authorization: Bearer <token>'
{ "workspace": { "id": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "lastActivityAt": "<string>", "name": "<string>", "icon": "<string>", "slug": "<string>", "plan": "<string>", "stripeId": "<string>", "isQuarantined": true, "isSuspended": true, "isPastDue": true, "isVerified": true, "billingCycleStart": 123, "paymentFailedAt": "<string>", "stripeConnectId": "<string>", "chatUsage": 123, "redeemedCoupons": "<string>", "extras": [ "<string>" ], "addons": [ "<string>" ] } }
API endpoint to retrieve detailed information about a specific workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Where to find my workspace ID or slug?
Successful response
The response is of type object.
object