Authorization tab - HxGN EAM - 12.0.1 - Feature Briefs - Hexagon

HxGN EAM ION API Swagger

Language
English
Product
HxGN EAM
Search by Category
Feature Briefs
HxGN EAM Version
12.0.1

Data for the fields here are obtained from the .ionapi file you downloaded from Authorized Apps to be filled in GET NEW ACCESS TOKEN screen as mentioned here:

  • Token name could be any name

  • Grant Type is "Password Credentials"

  • Access Token URL = pu + ot

    eg. pu = https://<hostname>:<port>/<TenantID>/as/

    ot = token.oauth2

    = https://<hostname>:<port>/<TenantID>/as/token.oauth2

  • Username = saak

  • Password = sask

  • Client ID = ci

  • Client Secret = cs

  • Leave Scope as blank

  • Client Authentication is “Send client credentials in body”

Once you fill all the fields you need to request a token on successful generation the user will be provided with a Bearer token.

You need to use the token for you request to ION API.