# Verifiable Webhooks API

**Canonical:** https://apis.io/apis/verifiable/verifiable-webhooks-api/  
**Provider:** Verifiable — https://apis.io/providers/verifiable/  
**Base URL:** https://discovery.verifiable.com/api  
**Documentation:** https://docs.discovery.verifiable.com/references/api

Verifiable Webhooks API is one of 33 APIs that [Verifiable](https://apis.io/providers/verifiable/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Webhook. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

Endpoints to allow you to create and manage webhooks that will be called when a special event occurs. On this special event Verifiable will attempt to make an HTTP POST to the URL specified in the webhook. The payload of this request can vary, depending on the `type`. The `type` is included in the `X-WebhookType` header. This allows you to register multiple webhooks on the same endpoint and still be able to distinguish the webhook types. The webhook dispatcher expects the remote server to return an HTTP success status code. If it cannot be delivered, it will retry the callback a maximum of 3 times. By default, we do not allow you to use insecure URLs for callbacks. You can optionally create a webhook that allows insecure URLs for testing purposes. We recommend you to use an HTTPS callback with a valid SSL certificate so that the integrity of the callback is ensured. For added security we will pass the webhook id (which is only known to the creator) in the `X-WebhookId` header, and we will pass an optional secret in the `X-Secret` header. To be able to uniquely track webhook messages we also include the `X-TraceId` header. This will contain a unique value that doesn't change for every attempt we make to send a specific message. You can use this to keep a log of all messages that you have successfully processed. You can refer to [Webhook Callbacks](/references/api/webhook-callbacks/) to find the model that is included in the payload of the HTTP request to the callback URL.

## Machine-readable artifacts (4)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/verifiable/refs/heads/main/openapi/verifiable-webhooks-api-openapi.yml
- **Documentation** — https://docs.discovery.verifiable.com/
- **APIReference** — https://docs.discovery.verifiable.com/references/api
- **GettingStarted** — https://docs.discovery.verifiable.com/references/api/section/getting-started

## Other Verifiable APIs (12)

- [Verifiable Alerts API](https://apis.io/apis/verifiable/verifiable-alerts-api/)
- [Verifiable Audit API](https://apis.io/apis/verifiable/verifiable-audit-api/)
- [Verifiable Authentication API](https://apis.io/apis/verifiable/verifiable-authentication-api/)
- [Verifiable BoardCertifications API](https://apis.io/apis/verifiable/verifiable-boardcertifications-api/)
- [Verifiable CognitoFormsWebhook API](https://apis.io/apis/verifiable/verifiable-cognitoformswebhook-api/)
- [Verifiable CreateOAuthCredentialsClientSecret API](https://apis.io/apis/verifiable/verifiable-createoauthcredentialsclientsecret-api/)
- [Verifiable CredentialingRequests API](https://apis.io/apis/verifiable/verifiable-credentialingrequests-api/)
- [Verifiable Datasets API](https://apis.io/apis/verifiable/verifiable-datasets-api/)
- [Verifiable DEA API](https://apis.io/apis/verifiable/verifiable-dea-api/)
- [Verifiable Definitions API](https://apis.io/apis/verifiable/verifiable-definitions-api/)
- [Verifiable DeleteOAuthCredentialsClientSecret API](https://apis.io/apis/verifiable/verifiable-deleteoauthcredentialsclientsecret-api/)
- [Verifiable Facilities API](https://apis.io/apis/verifiable/verifiable-facilities-api/)

## Tags

Webhook

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/verifiable/verifiable-webhooks-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/verifiable/.
