v1

latestOpenAPI 3.1.02026-07-2478315484.9 KB
authentication

Generate Access Token

post/oauth2/token

Headers

Content-Typestring

Response

access_tokenstring required

The access token value for use with the Lean APIs

token_typestring required

Will always be bearer, indicates the type of token returned

expires_ininteger required

The time in seconds until the access token expires

scopestring required

The scope of the access token and what resources it can access.

api - For generating an access token when calling a backend API service.

customer.<customer_id> - For generating an access token for authenticated LinkSDK sessions.

Example response

{
  "scope": "api"
}
All 78 operations