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...