GET
/
bmp
/
ios
/
init
Initialize session
curl --request GET \
  --url https://api.runeverse.tools/bmp/ios/init \
  --header 'X-Api-Key: <api-key>'
{
  "device": {
    "name": "<string>",
    "model": "<string>",
    "iosVersion": "<string>"
  },
  "session": "<any>"
}

Authorizations

X-Api-Key
string
header
required

Response

200
application/json

Successful operation

The response is of type object.