Skip to main content
POST
/
v1
/
ios_app_insights
ios_app_insights
curl --request POST \
  --url https://api.fetchbean.com/v1/ios_app_insights \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "track_id": 2,
  "country": "<string>",
  "model": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
track_id
integer
required
Required range: x >= 1
country
string
model
string

Response

Success

The response is of type object.