Obtener configuraciones del integradorhttps://api.mercadopago.com/point/integration-api/integrator
Este endpoint the permite obtener la información y configuración del integrador.
GET
Request parameters
Header
Authorization
Access Token obtenido a través del panel de desarrollador. Obligatorio ser enviado en todas las solicitudes.string
REQUERIDO
Response parameters
id
Caller ID del integradorinteger
created_at
Fecha de registro de la integraciónstring
updated_at
Fecha de actualización del integradorstring
notification_url_enabled
La URL de notificación de integración habilitadaboolean
Errors
401Unauthorized - Token no válido
401
Unauthorized - Invalid token
500Internal Server Error - Something went wrong
500
Internal server error - Something went wrong
Request
curl -X GET \
'https://api.mercadopago.com/point/integration-api/integrator'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer APP_USR-4*********994754-12*********c73b4e1ac*********cef36b27c*********840' \
Response
{
"id": 1928030819,
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-02-01T00:00:00Z",
"notification_url_enabled": true,
"event_channel_devices": [
{}
]
}