cURL
curl --request GET \ --url https://api.botpress.cloud/v1/admin/workspaces/{id}/public \ --header 'Authorization: Bearer <token>' \ --header 'x-workspace-id: <api-key>'
{ "id": "<string>", "name": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "about": "", "profilePicture": "", "contactEmail": "", "website": "", "socialAccounts": [], "handle": "" }
Get workspace public details
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Your workspace ID.
Workspace ID
Success
Was this page helpful?