EaserixDocs
DevelopersAPI referenceAuth & accountsMe

Update profile

Partial update of name/avatar_url. Reachable by API-key sessions.

View as Markdown
PATCH
/v1/me
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/v1/me" \  -H "Content-Type: application/json" \  -d '{}'
{  "user": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "email": "[email protected]",    "name": "string",    "avatar_url": "string",    "email_verified": true  }}