Skip to main content

Closeout endpoints

Search-type-specific webhook destinations under webhookConfig.closeoutEndpoints.
Only EMPLOYMENT and EDUCATION search types are supported.

Fields

Example

Validation rules

  • All fields are optional - specify only the search types you need
  • Endpoint URLs must be valid URLs. Production webhook delivery requires HTTPS; non-production may also accept http://localhost and http://127.0.0.1 for local testing
  • If a search type endpoint is not specified, the fallbackEndpoint from Webhook config will be used
  • When events is omitted, the webhook defaults to receiving only verification.completed (backward compatible)
  • You can attach per-target headers and basic auth; HMAC signature header will still be sent (per-target secret overrides global secret)