Start connection
POST/v1/client/android/startConnection
Start connection
Request
- application/json
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
- 200
- 201
- 500
Successful connection start
- application/json
- Schema
- Example (from schema)
Schema
features objectrequired
The features of the device.
property name* booleanrequired
sseUrl stringrequired
The URL for establishing the Server-Sent Events (SSE) connection.
{
"features": {},
"sseUrl": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
features objectrequired
The features of the device.
property name* booleanrequired
sseUrl stringrequired
The URL for establishing the Server-Sent Events (SSE) connection.
{
"features": {},
"sseUrl": "string"
}
Invalid client or device
Loading...