Update integrator configuration - Integrators - Mercado Pago Developers
Update the integrator configuration

PATCH

/point/integration-api/integrator
This endpoint allows you to update the integrator notification settings. It is important to keep in mind that this request has no response object.
Request's parameters
event_channel_devices
array
Localization: bodyAllowed notification channels to receive device event notifications. It is important to keep in mind that you must enter a valid channel, for example, "email".
Response parameters
This request has no response.
Request
curl
curl -X PATCH \
      'https://api.mercadopago.com/point/integration-api/integrator' \
       -H 'Authorization: Bearer YOUR_ACCESS_TOKEN \
       -H 'Content-Type: application/json' \ 
      -d '{
  "event_channel_devices": [
    {}
  ]
}'
Answer
json
{}
Errors
400bad_request
400Notification channel is not allowed
401bad_request
401Invalid token
500bad_request
500Something went wrong