What is an OAuth Bearer Token?

The most common way of accessing OAuth 2.0 APIs is using a “Bearer Token”. This is a single string which acts as the authentication of the API request, sent in an HTTP “Authorization” header . The string is meaningless to clients using it, and may be of varying lengths.

Read more

How do I get my Bearer Token?

Create tokens Tokens can be generated in one of two ways: If Active Directory LDAP or a local administrator account is enabled, then send a ‘POST /login HTTP/1.1’ API request to retrieve the bearer token . If Azure Active Directory (AAD) is enabled, then the token comes from AAD.

Read more