Administrative APIs: introduction

Administrative APIs: introduction

Administrative APIs would allow you to check your account data.

Administrative APIs you can consult:
  1. Statistics for the use of your APIs
  2. Audit queries made to your APIs and responses delivered
  3. Health of Methods (SLO)
  4. List of users of your account
  5. List of data resources
  6. List of the latest activities in the account
In addition, you could take action on your account:
  1. Create and update file-type data sources
  2. Elastika data

To consult APIs you must access the portalhttps://developers.junar.com/and log in with your user and password.



Once you have entered the portal you should create an applicationhttps://developers.junar.com/apps/create/which would allow you to consult APIs and their methods according to your user profile.


    • 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 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 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 ...
    • Introduction to WorkSpace

      Summary Workspace is where owners, administrators, publishers, and editors access to manage APIs. In this section, you can find the workspace documentation. We suggest reading What are data resources. If you were unable to access it, please read ...
    • Configure context variables at method parameters

      Summary Context variables allow you to associate values assigned to the account, users and applications to APIs parameters values. By setting up the API method you can relate its parameters to context variables. When a request is made to the method, ...