Get integrator's configurationhttps://api.mercadopago.com/point/integration-api/integrator
This endpoint allows you to get the integrator's information and notification settings.
GET
Request parameters
Header
Authorization
Access Token obtained through the developer panel. Must be sent in all requests.string
REQUIRED
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 APP_USR-8*********88776-122*********fc20dede6*********a497d7225*********64' \
Response
{
"id": 1928030819,
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-02-01T00:00:00Z",
"notification_url_enabled": true,
"event_channel_devices": [
{}
]
}