Company 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 endpoint URL:
3. Make sure you have selected the POST request method from the drop-down menu:
4. Click Authorization:
5. Click the drop-down menu to see the authorization options and select Bearer Token:
6. Paste your token (JWT) in the input field:
7. You are ready to send your request!
- Get a JWT token from your account manager or sales representative
- Open Postman app
- Input the endpoint URL:
4. Make sure you have selected the GET request method from the drop-down menu:
4. Click Authorization:
5. Click the drop-down menu to see the authorization options and select Bearer Token:
6. Paste your token (JWT) in the input field:
7. You are ready to send your request!
Updated 16 Sep 2024
Did this page help you?