Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In the Developer Portal, go to the Applications page, and click Create New Application.                                                                              

    The Application page showing the Create New Application cardImage RemovedThe Application page showing the Create New Application cardImage Added

  2. In the Create Application dialog, enter the Application Name, and select Web or Mobile in the Type field. You can also add a description.

    The Create Application pageImage RemovedThe Create Application pageImage Added

  3. If you want to subscribe to an API, click Create and Continue. This will open the Create Subscription dialog.
    If not, click Create and Exit to create your application entry and exit the Create Application dialog. 

...

  1. In the Create Subscription dialog, use the API Search field to find an API you want to subscribe to and click the API card to select it.
    After selecting all the APIs you want, click Continue.
    NOTE: You can subscribe only to APIs that allow subscription.

    The Select API tab of the Create Subscription pageImage RemovedThe Select API tab of the Create Subscription pageImage Added

  2. In the Subscription tab, you can add an optional comment to your selected APIs. Click Continue.

    The Subscription tab of the Create Subscription pageImage RemovedThe Subscription tab of the Create Subscription pageImage Added

  3. In the Register tab, you will see a summary page of your application entry and the APIs you selected.
    Click Register to submit your application entry and subscription request.

    The Register tab of the Create Subscription pageImage RemovedThe Register tab of the Create Subscription pageImage Added

  4. On the Applications page, application entries with pending or approved API subscriptions have a key icon ( (blue star) ), in addition to the edit icon ( (blue star) ) and delete icon ( (blue star) ).
    TIP: Click the key icon ( (blue star) ) to quickly copy the Client Secret to your clipboard.

    Application cards, one of which shows the key icon

  5. To show the status of the subscription, click on the application entry card. The status can be Active, Revoked, or Pending.

    Image RemovedImage Added

Anchor
edit-app
edit-app
Edit an Application Entry

  1. In the Developer Portal, go to the Applications page, and click the edit icon ( (blue star) ) to edit your application entry.

  2. You can change the Application Name, Type, or Description.

    Edit Application dialogImage RemovedEdit Application dialogImage Added

  3. You can also manage your Client Secret.

    • Click the copy icon ((blue star)) under Client Secret to copy it to your clipboard. Your subscription must already be approved.

    • Click Refresh Secret to extend the expiration date of your secret key by a year.

    • Click Regenerate Secret to generate a new secret key and refresh the expiration. Regenerating the secret key updates the secret key of all subscriptions associated with this application entry. The new secret key will automatically be saved whether you click Save or not.

  4. Click Save.

...

  1. Edit your application entry or click the key ( (blue star) ) on your application’s card to copy the Client Secret to your clipboard.

  2. When you configure your application to send a request, add the following Authorization request header:

    Code Block
    Authorization: token <client secret>

    Replace <client secret> with the value stored in your clipboard.
    IMPORTANT: This must be the only Authorization request header in your application.

...