WebAPI – Authentication

WebAPI – Authentication

The webapi authentication is performed using the "Primavera Identity" service.

To get the authentication token, you must follow these steps:


  1. After making the call, the authentication token is returned


  • The authentication token is necessary to call specific product methods, for example, to get the equipment list.

The webAPI is only available for Universe line customers.


    • Related Articles

    • WebAPI - How does the OAUTH 2.0 authorization work?

      OAuth 2.0 is a standard authorization protocol that allows applications to access a user's account in a web service (HTTP) such as the Valuekeep CMMS Web API. The protocol delegates user authentication to the service that holds the user's account and ...
    • WebAPI - Creating a requisition type

      This method allows creating a type of requisition in a simplified manner. The method to be used to create a requisition type is: POST url/api/mytenant/myorganization/requisitionscore/requisitiontypes Json example for creating a type of requisition:  ...
    • WebAPI – How do I create work orders?

      This method offers a simple way of creating a Work Order for a specific Asset, Location, Tool or Route. The method to be used to create a work order is: POST /api/mytenant/myorganization/maintenance/workorders/newWorkOrderInfo Json example to create ...
    • WebAPI – How do I get work orders assigned to user?

      This method returns the work orders list assigned to each employee of a specific company. The method to be used to get the work orders list assigned to the employee is: GET ...
    • WebAPI - Record and Maintenance of Parts and Services

      This method allows to manage the record and maintenance of parts and services. For the inventory (parts), besides recording the part, it is also possible to classify it in terms of inventory, by identifying: the default warehouse, the minimum and ...