cURL
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": "<unknown>" }
Creates session object and gets corresponding device object
Requires X-Api-Key header set
X-Api-Key
Note: Calling it drains 1 credit from your account, but first sensor call with received session will not drain any credits.
Successful operation
Object containing device information
Show child attributes