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-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": [
{}
]
}