A message for our valued customers and partners: This site is retiring, including accounts and API keys, as we migrate to the new developer portal. If you use existing API keys you will be contacted with further migration instructions. Accounts and API keys are not shared between this developer portal and the new developer portal. We recommend you review the new portal's Get Started guide for details on registering a new developer account and requesting new API keys.

IMT Auth

post

IMT Auth

Use this method to get JWT access token

Resource URL

https://login.microsoftonline.com/08a83339-90e7-49bf-9075-957ccd561bf1/oauth2/v2.0 /token

Body Parameters

Name Values Description
client_id
(required)

client id

client_secret
(required)

client secret

scope
(required)

scope

grant_type
(required)

grant type

Request Body

Definitions


Name Type Description

client_id

(required)

string

client id

client_secret

(required)

string

client secret

scope

(required)

string

scope

grant_type

(required)

string

grant type

Responses

Code Examples

Try it out !!

Post Token

HTTP Basic

OAuth 2.0

API Key

RESET

Make a request and see the response.

Make a request and see the response.

Make a request and see the response.

Resource Summary

Security

Content Type

application/x-www-form-urlencoded

Category

Motor

Schema:

HTTP Code Description

401

Unauthorized

403

Forbidden

404

Resource not found

500

Internal Server error

Working...