Skip to main content
GET
/
v1.0
/
account
/
webhooks
json
{
  "AccountId": "AID-1234567"
}
[
  {
    "AccountId": "<string>",
    "WebhookUrl": "<string>",
    "Method": "<string>",
    "DataFormat": "<string>",
    "AuthenticationType": "<string>",
    "AuthenticationUsername": "<string>",
    "AuthenticationPassword": "<string>",
    "AuthenticationToken": "<string>",
    "SubscribedEvents": "<string>",
    "WebhookId": "<string>",
    "Active": true
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.telegent.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

AccountId
string

AccountId string

Response

Success

AccountId
string | null
Maximum string length: 100
WebhookUrl
string | null
Maximum string length: 255
Method
string | null
Maximum string length: 10
DataFormat
string | null
Maximum string length: 50
AuthenticationType
string | null
Maximum string length: 10
AuthenticationUsername
string | null
Maximum string length: 255
AuthenticationPassword
string | null
Maximum string length: 255
AuthenticationToken
string | null
Maximum string length: 255
SubscribedEvents
string | null
Maximum string length: 255
WebhookId
string | null
Active
boolean | null