Skip to main content
GET
/
api
/
v2
/
webhooks
/
{webhook_id}
Get webhook details
curl --request GET \
  --url https://api.heymilo.ai/api/v2/webhooks/{webhook_id} \
  --header 'X-API-KEY: <api-key>'
{
  "data": {
    "webhook_id": "<string>",
    "posting_id": "<string>",
    "url": "<string>",
    "event_type": "<string>",
    "is_active": true,
    "created_at": 123,
    "updated_at": 123,
    "object": "webhook"
  },
  "meta": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.heymilo.ai/llms.txt

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

Authorizations

X-API-KEY
string
header
required

API key for authentication. Pass your key in the X-API-KEY header.

Headers

X-API-KEY
string
required

Path Parameters

webhook_id
string
required

Response

Successful Response

data
WebhookResponse · object
required

A webhook configuration.

meta
Meta · object

Optional metadata. Shape varies by endpoint.