Request Access Token - Intergraph Smart Materials - Version 2017 R1 (2.1) - Help - Hexagon

Intergraph Smart Materials Web API Help 2017 R1 (2.1)

Language
English
Product
Intergraph Smart Materials
Subproduct
Web API
Search by Category
Help
Version Smart Materials Web API
2017 R1 (2.1)

You must have the following key value pairs in the request Body to receive the access token:

Key

Value

grant_type

password

username

user created in SAM

password

password for SAM user

client_id

client Id from SAM

client_secret

client secret from SAM

scope

Smart API Service ID from SAM

resource

Smart API Service ID from SAM

Sample URL

POST https://samdev.ingrnet.com/Sam/oauth/connect/token

Do select the x-www-form-urlencoded body format from your client.

Response Body

{

"access_token": "XXXXXXXX…",

"expires_in": 86400,

"token_type": "Bearer"

}