Intelligent search powered by OpenAI
Get the integrator's information and configuration
GET
Products that use it:
Request's parameters
Response parameters
id
Integrator caller IDinteger
created_at
Integration registration datestring
updated_at
Integrator update datestring
notification_url_enabled
The integration notification url enabledboolean
Errors
401Unauthorized - Invalid token
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 TEST-8971*********918-01191*********5874530a4*********4799fdf-1*********' \
Sample answer
{
"id": 1928030819,
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-02-01T00:00:00Z",
"notification_url_enabled": true,
"event_channel_devices": [
{}
]
}