Account
Update the caller's profile
Authorization
apiKey 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"
}