This action allows you to use the long-lived login token and obtain a short-lived access token which you can then use to access other resources. The access token is a JWT that you can inspect, verify the permissions and validity.The validity is limited to few minutes (you can inspect it for the exact time). When it expires, you need to acquire a new access token.
Request
Authorization
OAuth 2.0
Authorization Code
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.