Skip to main content

Webhook Notifications

GlobalPass broadcasts live instant biometrics updates to 3rd party systems through webhooks same way as described in Retrieving Screening Data.

Example webhook
{
"secret": "secret",
"type": "biometrics.instant.change",
"data": {
"screeningToken": "screening_token",
"instantBiometricsId": "biometrics_id",
"status": "status"
}
}