Get an OAuth2 bearer token
POST /token
Oauth 2 password flow can be used to acquire an access token that then can be sent in the Bearer Token parameter. This endpoint can be used for other Oauth flows such as refresh-token
but those calls are not demonstrated here.
Request