Requesting an Authentication Token - AcceleratorKMS - Version 3.12 - Help - Hexagon

AcceleratorKMS API Guide

Language
English
Product
AcceleratorKMS
Search by Category
Help
AcceleratorKMS Version
3.12

URL

https://AcceleratorKMS_URL/token

Where AcceleratorKMS_URL is replaced with your AcceleratorKMS instance.

HTTP Verb

Make an HTTP POST request using the following header and body.

Header

N/A

Body

Key

Value

Description

grant_type

password

 

username

Enter your user name here

AcceleratorKMS login name

password

Enter your password here

AcceleratorKMS login password

Sample body:

grant_type=password&username=erin.jones@company.com&password=TT73nvT54

Sample Response (JSON)

{

"access_token": "_dXN88abMJRPUpdNuUNbuxIk...",

"token_type": "bearer",

"expires_in": 1199

}

The token expiry is displayed in number of seconds.

After failing to acquire a token more than five times, AcceleratorKMS locks the account that is attempting to log in. You must contact an administrator to have the account unlocked.