How to create an application

How to create an application

Summary

The application obtains the credentials that allow you to identify when consuming APIs.

Create an application

To create an application you must be registered and authenticated on the portal.

Once authenticated, click Create application.

Complete a name and description, and select an icon for its application.

Optionally, you can protect your application so that it can be used only from some domains or IPs.

Once you have created your application, you could get the Auth Key that would allow you to consult APIs methods.

You could now access APIs and test them directly on the portal:




    • Related Articles

    • Audit API

      Summary The Audit API allows you to consult audit records in detail of applications received and responses submitted from APIs methods. Through this API you can learn the details of each of the requests made to your APIs and the responses submitted. ...
    • Create APIs methods

      Summary In the article Create and manage APIs versions The first necessary steps to create APIs were shown. Methods define the action to be taken on a particular esource. As a first step you should select the option of Add Methodin the API. Add ...
    • Create and configure APIs

      Summary APIs would be exhibited on the developer portal. An API can contain multiple versions, and each of the minimum versions. To create an API you must go to APIs > New APIs. Configure APIs When creating a new API you should complete the Title, ...
    • Create and manage APIs versions

      Summary An API may have one or more versions. Each version contains API methods, and may have multiple versions published at the same time. Consider adding new versions of APIs when changes you make impact on queries that receive your methods and/or ...
    • Publish API versions

      Summary An API may have one or more versions. Each verse could publish and manage each verse in isolation. This explains the flow of the APIs versions. Publish verse Once you have created an API, one version and added at least one method, you could ...