Get webhook
Last updated
Last updated
The method allows you to get the original body of the webhook.
Public API-key
Signing the request body with a private API-key
Request content type
application/json
Webhook ID
8d7db145-80cc-4c43-9cfb-9cde10f8ef40
POST /api-gateway/webhooks/get HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 52
{
"webhookId": "8d7db145-80cc-4c43-9cfb-9cde10f8ef40"
}
{
"success": true,
"response": {
"id": "b26e6931-1fed-46e1-b680-12ea179a959f",
"advancedBalanceId": "316a59ea-be39-4eaa-9392-6fda708f24d8",
"currency": "USDT",
"network": "tron",
"status": "processed",
"order": "1",
"description": "1",
"address": "TUdtD3UDTD"
}
}