API Reference
Submit an application log
Send a log event with relevant data from the application
POST
Authorizations
Body
application/json
Bundle identifier of the application
Example:
"com.example.instalog"
A map of device information properties
Example:
{
"os": "android",
"device_brand": "google",
"device_model": "sdk_gphone64_arm64",
"android_version": "15",
"battery_level": 100,
"battery_state": "not_charging",
"build_board": "goldfish_arm64",
"build_bootloader": "unknown",
"build_fingerprint": "google/sdk_gphone64_arm64/emu64a:15/AE3A.240806.005/12228598:user/release-keys",
"bundle_name": "Instalog",
"device": "emu64a",
"manufacturer": "Google",
"product": "sdk_gphone64_arm64",
"sdk_version": 35,
"supported_abis": ["arm64-v8a"],
"version_code": 1,
"version_name": "1.0"
}
Unique identifier for the device
Example:
"feaba37e-3061-4ebe-b8ce-d26c55c500c7"
Unique identifier for the user
Example:
Response
201
Log successfully created