Busca inteligente powered by OpenAI
Obter as informações e configuração do integrador
GET
Produtos relacionados:
Parâmetros de requisição
Parâmetros de resposta
id
Caller ID do integradorinteger
created_at
Data de registro da integraçãostring
updated_at
Data de atualização do integradorstring
notification_url_enabled
URL de notificação de integração ativadaboolean
Erros
401Unauthorized - Token inválido
401
Unauthorized - Invalid token
500Internal Server Error - Something went wrong
500
Internal server error - Something went wrong
Requisição
curl -X GET \
'https://api.mercadopago.com/point/integration-api/integrator'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer TEST-4599*********755-11221*********d497ae962*********ecf8d85-1*********' \
Resposta de exemplo
{
"id": 1928030819,
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-02-01T00:00:00Z",
"notification_url_enabled": true,
"event_channel_devices": [
{}
]
}