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
{
"type": "biometrics.instant.change",
"data": {
"screeningToken": "screening_token",
"instantBiometricsId": "biometrics_id",
"status": "status"
}
}

Read about webhook headers here.

IMPORTANT

If you are currently using V1 webhooks version (intergation completed on July 2024 and earlier), please read this article for update instructions.