Intelligent search powered by OpenAI
Update the integrator's notifications configuration
PATCH
Products that use it:
Request's parameters
BODY
event_channel_devices
Allowed notification channels to receive device event notifications. Keep in mind that you must enter a valid channel, for example, "email".array
Response parameters
Errors
400Bad Request - Notification channel is not allowed
400
Bad-Request
401Unauthorized - Invalid token
401
Unauthorized
500Internal Server Error - Something went wrong
500
Internal-server-error
Request
curl -X PATCH \
'https://api.mercadopago.com/point/integration-api/integrator'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer TEST-4599*********755-11221*********d497ae962*********ecf8d85-1*********' \
-d '{
"event_channel_devices": [
{}
]
}'
Sample answer
// This request has not been responded to.