post https://notifications.viafoura.co/v5/notifications//settings
Persists the user's notifications preferences
Log in to see full request history
Responses
204No Content
400Bad Request
401Unauthorized
403Forbidden
Persists the user's notifications preferences
204No Content
400Bad Request
401Unauthorized
403Forbidden
xxxxxxxxxx
curl --request POST \
--url https://notifications.viafoura.co/v5/notifications//settings \
--header 'content-type: application/json' \
--data '
{
"is_user_notification_on": true
}
'
Try It!
to start a request and see the response here!