Skip to main content

Create QR Session

POST 

/v1/client/qr-auth

Create QR Session

Request

Body

required
    device objectrequired

    The device details.

    property name* stringrequired
    artifactId stringrequired

    The artifactId of the library used to make the purchase (optional)

    artifactVersion stringrequired

    The version of the library used to make the purchase (optional)

Responses

QR session created successfully.

Schema
    sessionToken stringrequired

    The unique identifier of the QR session

    qrCodeData stringrequired

    QR code data to be displayed to the user, typically encoded in a format suitable for QR generation

    activationUrl stringrequired

    The URL that the user should visit to activate the session

Loading...