Get webhook

The method allows you to get the original body of the webhook.

Get webhook

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body
webhookIdstringRequired

Webhook ID

Example: 8d7db145-80cc-4c43-9cfb-9cde10f8ef40
Responses
chevron-right
200Success
application/json

Successful response

successbooleanRequired

Request success indicator

responseobjectRequired

Body of the webhook

Example: {"id":"b26e6931-1fed-46e1-b680-12ea179a959f","advancedBalanceId":"316a59ea-be39-4eaa-9392-6fda708f24d8","currency":"USDT","network":"tron","status":"processed","order":"1","description":"1","address":"TUdtD3UDTD"}
post
/api-gateway/webhooks/get
200Success

Last updated