Closeout endpoints
Search-type-specific webhook destinations underwebhookConfig.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://localhostandhttp://127.0.0.1for local testing - If a search type endpoint is not specified, the
fallbackEndpointfromWebhook configwill be used - When
eventsis omitted, the webhook defaults to receiving onlyverification.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)
Related schemas
- Webhook config — Parent webhook configuration schema
- Webhook target — Single webhook target schema

