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
Errores
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-1*********685765-12*********1b4332e5c*********e077d7679*********664' \
Response
{
"id": 1928030819,
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-02-01T00:00:00Z",
"notification_url_enabled": true,
"event_channel_devices": [
{}
]
}