GET
/
bmp
/
android
/
init
Initialize session
curl --request GET \
  --url https://api.runeverse.tools/bmp/android/init \
  --header 'X-Api-Key: <api-key>'
{
  "device": {
    "hardware": "<string>",
    "manufacturer": "<string>",
    "model": "<string>",
    "release": "<string>",
    "brand": "<string>",
    "id": "<string>",
    "heightPixels": 123,
    "widthPixels": 123,
    "androidId": "<string>"
  },
  "session": {}
}

Authorizations

X-Api-Key
string
header
required

Response

200
application/json

Successful operation

The response is of type object.