RESTful API

Retrieve an app


Retrieve an app belonging to your account.

curl https://api.outpan.com/apps/APP_ID_GOES_HERE \
  -u YOUR_API_KEY_GOES_HERE:
# The colon prevents curl from asking for a password.