Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Your workspace ID.
Path Parameters
Workspace ID
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
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": ""
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Your workspace ID.
Workspace ID
Was this page helpful?