Skip to main content
POST
/
v1
/
ios_app_research
ios_app_research
curl --request POST \
  --url https://api.fetchbean.com/v1/ios_app_research \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "app_name": "<string>",
  "track_id": 2,
  "reviews": [
    {
      "rating": 123,
      "title": "<string>",
      "content": "<string>"
    }
  ],
  "country": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
app_name
string
required
track_id
integer
required
Required range: x >= 1
reviews
object[]
required
Minimum array length: 1
country
string

Response

Success

The response is of type object.