Verify a device for a user accountpost https://example.com/programs/{programCode}/deviceVerificationVerifies a device for a user account using device fingerprint, event type, and other metadata.Path ParamsprogramCodestringrequiredThe program code identifying the BaaS program context.Body Paramsapplication/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonThe request payload containing device verification details. EventType: The type of device verification event. BlackBox: The device fingerprint or black box data. EndUserIpAddress: The IP address of the end user. AccountIdentifier: The account identifier (optional). UserIdentifier: The user identifier (optional). TransferIdentifier: The transfer identifier (optional). DeviceSessionToken: The device session token (optional). Represents a request for device verification. Contains event type, device/session details, user/account identifiers, and context information. Inherits standard request metadata from Gd.Bos.DataTransfer.Request.RequestBase.eventTypestringenumrequiredThe event type for device verification (e.g., GuestCheckOut, Enrollment, Login, PreLoginCardActivation). Uses Gd.Bos.DataTransfer.Enums.DeviceVerificationEventType to specify the verification scenario.GuestCheckOutEnrollmentLoginPreLoginCardActivationAllowed:GuestCheckOutEnrollmentLoginPreLoginCardActivationblackBoxstringrequiredlength ≥ 1The black box data containing device fingerprint or risk assessment payload.endUserIpAddressstringrequiredlength ≥ 1The IP address of the end user initiating the device verification.accountIdentifierstring | nullThe unique identifier for the account associated with the device verification.userIdentifierstring | nullThe unique identifier for the user associated with the device verification.transferIdentifierstring | nullThe unique identifier for the transfer associated with the device verification, if applicable.deviceSessionTokenstring | nullThe session token for the device, used to correlate device sessions.HeadersX-GD-RequestIdstringrequiredA unique request identifier for tracking and logging. Should be a GUID.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsoncontent-typestringenumDefaults to application/json-patch+jsonGenerated from available request content typesapplication/*+jsonapplication/jsonapplication/json-patch+jsontext/jsonAllowed:application/*+jsonapplication/jsonapplication/json-patch+jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 6 months ago Cancel Custom CardUpdate device verification status for a user accountDid this page help you?YesNo