Skip to main content
POST
/
notification
Toggle email notifications
curl --request POST \
  --url https://api.orafi.app/v1/notification \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>",
  "data": null
}

Authorizations

x-api-key
string
header
required

API key for merchant authentication required for most endpoints

Response

Notification preference updated

message
string
data
unknown