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 ParamsThe 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). 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/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago