Did you find this information useful?
Yes
No
Update the integrator configuration/point/integration-api/integratorThis endpoint allows you to update the integrator notification settings. It is important to keep in mind that this request has no response object.
PATCH
Products that use it:
Request's parameters
event_channel_devices
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".array
Response parameters
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
400
401bad_request
401Invalid token
500bad_request
500Something went wrong