Skip to main content
PUT
/
v2
/
notifications
/
email-config
Upsert Email Notification Config
curl --request PUT \
  --url https://api.avenia.io:8443/v2/v2/notifications/email-config \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "subscriptions": [
    "<string>"
  ]
}
'
{}

Upsert Email Notification Config

PUT request to /v2/notifications/email-config

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string
required
subscriptions
string[]
required

Response

Success

The response is of type object.