Account

Update the caller's profile

PATCH
/v1/me/profile
AuthorizationBearer <token>

OpenRelay API key. Send it as Authorization: Bearer vl_….

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X PATCH "https://example.com/v1/me/profile" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "string",
  "email": "string",
  "fullName": "string",
  "avatarUrl": "string",
  "defaultOrganizationId": "string"
}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}