program
Create verification webhook
Create a webhook for any verifications done using the given program. On each verification event SheerID POSTs a signed notification to the registered callback URL — see the verificationEvent callback below for the delivery payload and the X-SheerID-Signature authentication header.
post/program/{programId}/webhook
Path parameters
programIdstring required
Unique identifier for the program
Request body
Response
The current available data for a program
ProgramConfig required
The current configuration data for a program.
Changes
No recorded changes to this endpoint across all 1 revision of this API.