Update integrator configuration - Integrators - Mercado Pago Developers
Which documentation are you looking for?

Do not know how to start integrating? 

Check the first steps
Update the integrator's notifications configuration

PATCH

https://api.mercadopago.com/point/integration-api/integrator
This endpoint allows you to update the integrator notification settings. Keep in mind that this request has no response object.
Request's parameters
BODY
event_channel_devices
array
Allowed notification channels to receive device event notifications. Keep in mind that you must enter a valid channel, for example, "email".
Response parameters
Esta solicitação não tem resposta
Errors

204No Content - Configuration updated successfully

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-8971*********918-01191*********5874530a4*********4799fdf-1*********' \
    -d '{
  "event_channel_devices": [
    {}
  ]
}'
Sample answer
// This request has not been responded to.