v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
DeviceVerification

Update device verification status for a user account

Updates the device verification status for a user account.

put/programs/{programCode}/updateDeviceVerification

Path parameters

programCodestring required

The program code identifying the BaaS program context.

Headers

X-GD-RequestIdstring required

A unique request identifier for tracking and logging. Should be a GUID.

Request body

deviceVerificationRequestKeyinteger required

The unique key identifying the device verification request to update.

eventType'GuestCheckOut' | 'Enrollment' | 'Login' | 'PreLoginCardActivation' required

The event type for device verification (e.g., GuestCheckOut, Enrollment, Login, PreLoginCardActivation). Uses Gd.Bos.DataTransfer.Enums.DeviceVerificationEventType to specify the verification scenario.

accountIdentifierstring nullable

The unique identifier for the account associated with the device verification.

userIdentifierstring nullable

The unique identifier for the user associated with the device verification.

transferIdentifierstring nullable

The unique identifier for the transfer associated with the device verification, if applicable.

Response

OK