cURL
curl --request GET \ --url https://api.botpress.cloud/v1/admin/workspaces/{id} \ --header 'Authorization: Bearer <token>' \ --header 'x-workspace-id: <api-key>'
{ "id": "<string>", "name": "<string>", "ownerId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "botCount": 123, "billingVersion": "v1", "plan": "community", "blocked": true, "spendingLimit": 123, "about": "", "profilePicture": "", "contactEmail": "", "website": "", "socialAccounts": [], "isPublic": true, "handle": "" }
Get workspace details
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Your workspace ID.
Workspace ID
Success
v1
v2
v3
community
team
enterprise
plus
Was this page helpful?