Get workspace
Workspace
Get workspace
Returns the workspace associated with the authenticated API key.
GET
Get workspace
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
Unique workspace ID.
Example:
"ws_01J8QR2K5VKDGN2T4FBM3CZYX8"
Display name for the workspace.
Example:
"Acme Corp"
ISO-8601 UTC timestamp when the workspace was created.
Contact email for the workspace owner.
Example:
"dev@acmecorp.com"
Whether the email address has been verified via OTP.
Current billing plan: free, pro, or enterprise.
Available options:
free, pro, enterprise Example:
"free"
Billing status: active, past_due, cancelled, or trialing.
Available options:
active, past_due, cancelled, trialing Example:
"active"

