MeRequest
No fields.
Required scope: me:read
POST /public-api/publicapi.v1.Workspace/Me Returns the authenticated workspace and API key context.
No fields.
| Field | Type |
|---|---|
workspace | Workspace |
api_key | ApiKeyContext |
curl https://portal.heyx.app/public-api/publicapi.v1.Workspace/Me \ -H "Authorization: Bearer hx_sk_..." \ -H "Content-Type: application/json" \ -d '{}'{ "workspace": { "id": "8d4f6e86-7d82-4d6c-a9be-2d3d9a08f1d8", "name": "Acme Installers", "timezone": "Europe/Amsterdam" }, "api_key": { "id": "5ba8a727-b605-4e5b-bd47-d2c23e5f8275" }}