Get integrator configuration - Integrators - Mercado Pago Developers
Get the integrator information and configuration

GET

/point/integration-api/integrator
This endpoint allows you to get the integrator information and the integrator notification settings.
Request's parameters
You don't need to use any parameters to make the request.
Response parameters
id
integer
Localization: bodyIntegrator caller id
created_at
string
Localization: bodyIntegration registration date
updated_at
string
Localization: bodyIntegrator update date
notification_url_enabled
boolean
Localization: bodyThe integration notification url enabled
Request
curl
curl -X GET \
      'https://api.mercadopago.com/point/integration-api/integrator' \
      -H 'Authorization: Bearer YOUR_ACCESS_TOKEN' 
Answer
json
{
  "id": 1928030819,
  "created_at": "0001-01-01T00:00:00Z",
  "updated_at": "0001-02-01T00:00:00Z",
  "notification_url_enabled": true,
  "event_channel_devices": [
    {}
  ]
}
Errors
401bad_request
401 Unauthorized - Invalid token
500bad_request
500 Internal server error - Something went wrong