Generate credentials (API keys) for an application. The API key identifies and authenticates the developer application making a call. Use the API key either in the request URL (as a query parameter), or in the request header. An API key generated in the Konnect Dev Portal is a 32-character string associated with an application.
You can generate multiple credentials and delete as needed.
Prerequisites
General a Credential for an Application
-
From the Dev Portal, click the Dashboard menu under your login name.
The My Apps page is displayed.
-
Click the application for which you want to generate a credential.
The application details page is displayed.
-
In the Authentication pane, click Generate Credential.
The credential is generated and displayed in the Authentication pane of the application details page.
-
Test the credential by making a call to the service the application is registered with using your
key-auth
credential (API key).<proxy-url>/<service>/?apikey=<apikey>
Delete a Credential for an Application
-
Navigate to the application details page for an application.
-
In the Authentication pane, click the icon in the row for the credential you want to delete and click Delete from the context menu.
The credential is deleted from the Authentication pane.