Skip to main content
GET
/
v0
/
applications
/
{id}
/
webhook
Get webhook configuration for an application
curl --request GET \
  --url https://api.avidoai.com/v0/applications/{id}/webhook \
  --header 'x-api-key: <api-key>' \
  --header 'x-application-id: <api-key>'
{
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "url": "https://example.com/webhook",
    "webhookSecret": "whsec_1234567890abcdef",
    "applicationId": "123e4567-e89b-12d3-a456-426614174000",
    "createdAt": "2024-01-01T00:00:00.000Z",
    "modifiedAt": "2024-01-01T00:00:00.000Z",
    "orgId": "123e4567-e89b-12d3-a456-426614174000"
  }
}

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Path Parameters

id
string<uuid>
required

The unique identifier of the application

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

Webhook configuration retrieved successfully

Response containing a webhook configuration or null

data
object | null
required

The webhook configuration, or null if no webhook is configured