Skip to main content
become1 API home page
Search...
⌘K
Search...
Navigation
Get Started
Authorization
Documentation
Endpoints
Get Started
Introduction
Authorization
Concepts
Employees
Flex
Goodies
On this page
Bearer Authorization
Manageable Companies
Get Started
Authorization
Bearer Authorization
Each request to the become1 API needs to be authenticated with the
Authorization
Header
Copy
{
"Authorizaion"
:
"Bearer eyJhbGc..."
}
You can obtain the ID Token with the
Get Id Token Request
Manageable Companies
We currently do not store any information in the token and attach the deeper levels of authorization the the request via middleware.
If you want to know which companies are manageable by your API user, hit the
Get Requesting User Endpoint
Introduction
Employees
⌘I