Skip to main content
GET
/
webhooks
List webhooks
curl --request GET \
  --url https://rt.tonapi.io/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "webhooks": [
    {
      "id": 123,
      "endpoint": "<string>",
      "token": "<string>",
      "subscribed_accounts": 123,
      "subscribed_msg_opcodes": 123,
      "subscribed_to_mempool": true,
      "subscribed_to_new_contracts": true,
      "status": "<string>",
      "status_updated_at": "<string>",
      "last_online_at": "<string>",
      "status_failed_attempts": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

API key from tonconsole.com. Can also be passed as a token query parameter.

Response

List of webhooks

webhooks
object[]
required