Skip to main content

Start connection

POST 

/v1/client/android/startConnection

Start connection

Request

Body

required

Request body

    device objectrequired

    The device details.

    property name* stringrequired
    applicationId stringrequired

    The applicationId associated with the app, also referred to as packageName.

    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

Successful connection start

Schema
    features objectrequired

    The features of the device.

    property name* booleanrequired
    sseUrl stringrequired

    The URL for establishing the Server-Sent Events (SSE) connection.

Loading...