Account
Endpoints
Every account route at a glance.
Account routes require only the Authorization header — no
X-Workspace-Id. API integrations authenticate with
API tokens.
| Method | Path | Purpose |
|---|---|---|
| POST | /v1/user/api-tokens | Create a token |
| GET | /v1/user/api-tokens | List your tokens |
| PATCH | /v1/user/api-tokens/{token_id} | Rename or edit scopes |
| DELETE | /v1/user/api-tokens/{token_id} | Revoke a token |
| POST | /v1/user/api-tokens/{token_id}/regenerate | Regenerate a token |
| GET | /v1/user/me | Who am I |
| POST | /v1/user/update-profile | Update your profile |

