Versions Compared

Key

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

...

Table of Contents
maxLevel2
absoluteUrltrue

Overview

You can create application entries and subscribe to APIs To use an API in the Developer Portal.An application entry in the Developer Portal is a declaration of your intent to use one or more of the APIs, you must:

  1. Create an entry for your application. The application entry holds the Client ID and Client Secret that the server needs to identify your application as an approved consumer of the APIs.

  2. Subscribe to the APIs

...

  1. you need to call.

  2. Wait for your subscription to be approved. New subscriptions are approved by an Org admin in the Applications tab of the Subscription Manager.

  3. Call the APIs using the subscription key.

Create an Application Entry

  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. 

...

Subscribe to an API

  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, applications application entries with pending or approved API subscriptions have a key icon ( (blue star) ), in addition to the edit icon ( (blue star) ) and delete iconsicon ( (blue star) ).

    Application cards, one of which shows the key iconImage RemovedApplication cards, one of which shows the key iconImage Added

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

    Image RemovedImage Added

Anchor
edit-app
edit-app
Edit an Application

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

  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 increase 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. The new secret key will automatically be saved whether you click Save or not.

  4. Click Save.

...

Call the API Using Your Application’s Client Secret

After your API subscription is approved, you can use your application's client secret as your API Key to access an approved API.

...