Inicio
DocumentaciĂłn
Recursos
Partners
Comunidad

Recursos

Revisa las actualizaciones de nuestras soluciones y operatividad del sistema o pide soporte técnico.

Partners

Conoce nuestro programa para agencias o desarrolladores que ofrecen servicios de integraciĂłn y vendedores que quieren contratarlos.

Comunidad

Recibe las Ășltimas novedades, pide ayuda a otros integradores y comparte tus conocimientos.

Obtener configuraciĂłn del integrador - Integradores - Mercado Pago Developers

BĂșsqueda inteligente powered by OpenAI 

Obtener informaciĂłn y configuraciĂłn del integrador

GET

https://api.mercadopago.com/point/integration-api/integrator
Este endpoint the permite obtener la informaciĂłn y configuraciĂłn del integrador.
ParĂĄmetros para la solicitud
No es necesario utilizar ningĂșn parĂĄmetro para realizar la solicitud.
ParĂĄmetros de respuesta
id
integer
Caller ID del integrador
created_at
string
Fecha de registro de la integraciĂłn
updated_at
string
Fecha de actualizaciĂłn del integrador
notification_url_enabled
boolean
La URL de notificaciĂłn de integraciĂłn habilitada
Errores

401Unauthorized - Token no vĂĄlido

401

Unauthorized - Invalid token

500Internal Server Error - Something went wrong

500

Internal server error - Something went wrong

Solicitud
curl -X GET \
    'https://api.mercadopago.com/point/integration-api/integrator'\
    -H 'Content-Type: application/json' \
       -H 'Authorization: Bearer TEST-7434*********159-03141*********cee51edf8*********f94f589-1*********' \
    
Respuesta de ejemplo
{
  "id": 1928030819,
  "created_at": "0001-01-01T00:00:00Z",
  "updated_at": "0001-02-01T00:00:00Z",
  "notification_url_enabled": true,
  "event_channel_devices": [
    {}
  ]
}