Low data notification - opt out
POST
/v2/notifications/opt-out
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v2/notifications/opt-out' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "webhook_low_data" //email_low_data, email_credit_limit, webhook_low_data, webhook_credit_limit
}'
Request
Header Params
Accept
string
required
Example:
application/json
Authorization
string
required
Example:
Bearer {{token}}
Body Params application/json
Responses
Modified at 2024-12-17 16:58:23