curl --request GET \
--url https://rt.tonapi.io/webhooks/{webhook_id}/account-tx/subscriptions \
--header 'Authorization: Bearer <token>'{
"account_tx_subscriptions": [
{
"account_id": "<string>",
"last_delivered_lt": 123,
"failed_at": "<string>",
"failed_lt": 123,
"failed_attempts": 123
}
]
}List account transaction subscriptions for this webhook with pagination.
curl --request GET \
--url https://rt.tonapi.io/webhooks/{webhook_id}/account-tx/subscriptions \
--header 'Authorization: Bearer <token>'{
"account_tx_subscriptions": [
{
"account_id": "<string>",
"last_delivered_lt": 123,
"failed_at": "<string>",
"failed_lt": 123,
"failed_attempts": 123
}
]
}API key from tonconsole.com. Can also be passed as a token query parameter.
Webhook identifier.
Pagination offset.
Maximum number of results.
Subscription list
Show child attributes
Was this page helpful?