Employee Data
🆕 Multi-source Employee API
Authorization
6min
This article covers authorization flow in Postman.
- Get a JWT token from your account manager or sales representative
- Open Postman app
- Input the correct endpoint URL into the field:

4. Make sure you have selected the POST request method from the drop-down menu:

5. Open Authorization tab:

6. Click the drop-down menu to see the authorization types and select Bearer Token:

7. Paste your token (JWT) in the input field:

8. You are ready to send your request!
- Get a JWT token from your account manager or sales representative
- Open Postman app
- Input the correct endpoint URL into the field:

4. Make sure you have selected the GET request method from the drop-down menu:

5. Click Authorization:

6. Click the drop-down menu to see the multi-source authorization options and select Bearer Token:

7. Paste your token (JWT) in the input field:

8. You are ready to send your request!
Updated 20 Mar 2025
Did this page help you?