Register a webhook endpoint
Register an HTTPS endpoint to receive Partner API webhook events. Provide a secret apiKey; TruEnroll returns it as the x-api-key header on every delivery so you can verify each request is genuine. On the Partner API, audience defaults to partner, so the endpoint receives case events.
Each active endpoint URL can be registered once per organization. Registering a URL that is already active returns 409.
Authorizations
Partner API key. Also accepted as Authorization: Bearer <key>.
Body
HTTPS URL TruEnroll will POST events to.
A secret you choose (at least 20 characters). TruEnroll sends it back as the x-api-key header on every delivery, so you can verify each request is genuine.
20Audience for the endpoint. On the Partner API this defaults to partner, so the endpoint receives Partner API case events. You normally don't need to set it.
partner, internal Optional human-readable label for the endpoint.