Skip to content

Apple App Store

API to search apple app store for apps

Search Apple App Store

Request

Security
apiKey
Query
titlestringrequired
cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/v2/appleappstore/?title=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Bodyapplication/json
contentobject
Response
{ "content": { "count": 0, "prev": "string", "next": "string", "results": [] } }