Custom apps

A custom app is an app that's specifically made for your Popup Store. Custom apps are exclusively created for your store. As the Account owner, you or your trusted Developer can create a Custom app.

Creating an app

Once the app is created, you'll get an API key and API secret that let the app access your store's information through Popup's APIs. The store owner, staff, and collaborators can create custom apps.

Steps

  1. On your Admin page, click Apps.
  2. On the top right, click Develop Apps.
  3. Select Create an app, then enter the App name and click Create app.
  4. After creating a new App you’ll have access to your API Key and API Secret.
  5. Encode the API key and SPI secret using Base64.
    [API_KEY]:[API_SECRET]
  6. Add the following headers to the API request:
    • Authorization: Bearer [ENCODED_TOKEN]
    • Content-Type: application/json

Always keep your Access tokens secure and only share with Developers that you completely trust.

Delete a custom app

Once you delete a custom app, it cannot be restored or recovered.

Steps

  1. On your Admin page, click Apps.
  2. On the top right, click Develop Apps.
  3. Choose the App name you wish to remove.
  4. Select Delete App, then click Delete.

The API scopes and permissions are not yet implemented, these keys give the same level of access as that of staff.

Was this article helpful?

0 out of 0 found this helpful