The Dev Portal enables you to quickly get access to your APIs of interest, in a self-serve way. Whether you’re accessing the Dev Portal of a company you work for, or one that you’re interested in, all you need is an application and a set of credentials to start accessing those APIs in minutes.
To create credentials, you must first create an application in which store those credentials.
The following diagram shows how to register your app in Dev Portal:
flowchart TD A[Sign up for Dev Portal] --> B(Create an application) B --> C(Add APIs to the application) C --> D(Create application credentials) D --> |Generate in Dev Portal| E[Use application] D --> |Create in IdP| E