WebhooksList webhooks
Webhooks

List webhooks

Retrieve all webhook subscriptions.

curl -X GET "https://api.mythic-analytics.com/api/v1/links/webhooks" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "success": true,
  "data": [
    {
      "id": "whk_7kH3nPqR",
      "url": "https://api.acme-retail.com/webhooks/links",
      "events": [
        "link.clicked",
        "uptime.down"
      ],
      "active": true,
      "metadata": {},
      "created_at": "2024-05-20T10:00:00.000Z"
    }
  ],
  "count": 3
}
GET
/links/webhooks
GET
Security Scheme
Bearer Tokenstring
Required

Admin API key as bearer token. Format: Bearer YOUR_ADMIN_KEY

Admin API key as bearer token. Format: Bearer YOUR_ADMIN_KEY
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Admin API key as bearer token. Format: Bearer YOUR_ADMIN_KEY

Responses

successboolean
dataarray
countinteger