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

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
query
string
required
country
string
limit
integer
Required range: 1 <= x <= 50

Response

Success

The response is of type object.