BitRouterBitRouter.
Get API Key
Management

Update the caller's profile

Edits the one user-mutable field, display_name. email and the IdP identifier are read-only here.

Requires the user:write scope.

PATCH
/v1/account

Authorization

x-api-key<token>

Anthropic-style API key header.

In: header

Request Body

application/json

Request body. See the endpoint description for shape.

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X PATCH "https://api.bitrouter.ai/v1/account" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "error": null
}
{
  "error": null
}
{
  "error": null
}

How is this guide?