cURL
curl --request GET \ --url https://app.getcensus.com/api/v1/workspace \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "id": 123, "name": "My Workspace", "organization_id": 1, "created_at": "2023-09-05T19:42:42.672Z", "notification_emails": [ "[email protected]" ] } }
Retrieve the details of the workspace authenticated with the current Workspace API Token.
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Successfully retrieved authenticated workspace details.
The outcome of the fetch request
success
"success"
Show child attributes
Was this page helpful?