Tutorial: Creating Accounts and Applications on the Developer Portal

This tutorial shows you how to create a developer account and register an application on the Developer Portal.

Before you begin

You must have a Developer Portal installed, and created and published at least one API product.

If you do not have a Developer Portal available, complete the tutorial Creating a Developer Portal.

If you do not have an API product available, complete the tutorial Importing an API.

About this task

In this tutorial you are going to complete the following lessons:
Note: The administrator account cannot create an App, or register to an App. To create or register to an App, you must have a developer account. A developer account that has been assigned administrator privileges can create and register Apps.

Creating a developer account in the Developer Portal

Take the following steps to create a developer account:

  1. Open a Developer Portal at the previously specified URL, then click Create an account and complete the fields. If the Create an account link is not visible, log out as Admin from the Developer Portal first.
    Note: Your email is used as your user name for the Developer Portal. The email address must be different from the address used for creating the administrator account.
  2. Go to the home page of the Developer Portal
  3. Click Create an account.
  4. Complete the sign up form. The email address you provide must be functional. Click Sign up. A confirmation message is sent to the email address provided in the form.

    Sign up form

  5. Click the account activation link in the confirmation email to activate your account.
  6. To use the Developer Portal, click Login and sign in with the user credentials you specified.

Creating a Developer Portal Application

To create and register a new App:

  1. In the Developer Portal, click Create an App.
    Note: You cannot register new applications if you are logged in as the administrator.

    Portal Developer home

  2. Enter the following values for the application that is being registered.
    Table 1. Values for registering the application
    Field Name Value
    Title AppOne
    Application OAuth Redirect URL(s) http://example.com

    Create app

  3. Click Submit.
  4. The opportunity to discover the key and secret for the new app is presented. Click Show to see and take note off these values.

    Create app

  5. Click Continue.

    You see a usage statistics page.App stats

Subscribing to an API in the Developer Portal

  1. Click API Products.
  2. Click FindBranch.

    Account Service API

  3. Click Subscribe.

    Account Service API

  4. Under the Application heading, click Select App for your new application.

    Subscribe app

  5. Click Next.

    Subscribe confirm

  6. Click Done.

    Subscribe done

Testing An API in the Developer Portal

  1. Click API Products in the Developer Portal dashboard.
  2. Click a Product, such as FindBranch auto product , then select the FindBranch API from the list.

    FindBranch product APIs

  3. Click GET /details.

    FindBranch API detail

  4. Click Try it.

    FindBranch API detail

  5. Click Send.

    FindBranch try it

    Note: If no response is received, navigate to the URL that is displayed at the beginning of the Try this operation section, in a new browser tab. Accept the security certificate, and then call the operation again.
  6. A returned response of 200 OK and the message body are displayed, indicating that the REST API operation call was successful.

    FindBranch success

What you did in this tutorial

In this tutorial, you completed the following activities:
  • Created a developer account in the Developer Portal.
  • Created and registered a new App, and subscribed it to a Plan.
  • Tested an API in the Developer Portal.