Registers a new webhook endpoint for the authenticated tenant. The endpoint receives HTTP POST requests when matching events occur. The endpoint secret is returned once in the response — store it securely.Documentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.
The number of webhook endpoints you can create depends on your billing plan. If you exceed your plan limit, the API returns
402 Payment Required.Parameters
Human-readable name for the endpoint (e.g., “My Backend”)
Publicly reachable HTTPS URL that receives webhook deliveries
List of event types or wildcard patterns to subscribe to. Use
category.* to subscribe to all events in a category (e.g., attestation.*). See the webhooks guide for the full list of event types.
