Skip to main content
POST
/
profile
/
request-email-change
Request email change
curl --request POST \
  --url https://api.orafi.app/v1/profile/request-email-change \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "newEmail": "<string>"
}
'
{
  "success": true,
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
newEmail
string

Response

200 - application/json

Email change requested

success
boolean
message
string