Skip to content

VPP App Management

APIs for getting information about VPP apps. Learn more about VPP apps.

Get iOS App Info (v2)

Request

API to get information about iOS apps based on their app IDs or Apple app IDs.

Security
apiKey
Query
app_idstring, (uuid)
version_idstring, (uuid)
apple_app_idstring
country_codestring^[a-zA-Z]{2}$

ISO country code for App Store region (e.g., "us", "gb", "de"). Defaults to "us".

Example:country_code=us
cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/v2/itunesapps?app_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&version_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&apple_app_id=string&country_code=us' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

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