Create webhook
Create Webhook
Create a new webhook and configure its callback endpoint. Returns a webhook ID and a secret token for verifying incoming requests.
POST
Create webhook
Documentation Index
Fetch the complete documentation index at: https://tonapi.ness.su/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from tonconsole.com. Can also be passed as a token query parameter.
Body
application/json
Callback URL for receiving events.
Example:
"https://your-server.com/webhook"