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

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
track_id
integer
required
Required range: x >= 1
country
string
limit
integer
Required range: 1 <= x <= 490

Response

Success

The response is of type object.