Skip to main content
Retrieve All Webhook Events
curl --request GET \
  --url https://api.yapily.com/webhook/events \
  --header 'Authorization: Basic <encoded-value>'
{
  "metadata": {
    "tracingId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  },
  "data": {
    "active": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "applicationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "categories": [
          "<string>"
        ],
        "callbackUrl": {
          "main": {
            "url": "<string>"
          },
          "backup": {
            "url": "<string>"
          }
        },
        "metadata": {},
        "status": "active"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication with your Application ID as username and Application Secret as password. Manage credentials in the Yapily Console. See Authentication for details.

Headers

sub-application
string<uuid>

The sub-application ID to which event type is being subscribed to

Response

Registered Webhooks

metadata
object
data
object