Skip to main content
POST
Import an app from a store URL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string
required
Example:

"https://apps.apple.com/us/app/where-am-i-geoguess-map-quiz/id6657987209"

country
string
Pattern: ^[a-z]{2}$
Example:

"de"

Response

201 - application/json

The response is of type object.

Last modified on July 31, 2026