Búsqueda inteligente powered by OpenAIÂ
Obtener información y configuración del integrador
GET
Productos que lo utilizan:
Parámetros para la solicitud
Parámetros de respuesta
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
Solicitud
curl -X GET \
'https://api.mercadopago.com/point/integration-api/integrator'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer TEST-8971*********918-01191*********5874530a4*********4799fdf-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": [
{}
]
}