Company API

Authorization

6min

This article covers authorization flow in Postman.

Postman

Search endpoints

  1. To start using our API, you need a (JWT) token. Your account manager or sales will generate the token for you upon your request for the API plan. You can also get the token from Coresignal's self-service platform.
  2. Open Postman app
  3. Input the endpoint URL:
Document image


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

Document image


4. Click Authorization:

Document image




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

Document image


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

Document image


7. You are ready to send your request!

Collect endpoints

  1. Get a JWT token from your account manager or sales representative
  2. Open Postman app
  3. Input the endpoint URL:
Document image


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

Document image


4. Click Authorization:

Document image


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

Document image


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

Document image


7. You are ready to send your request!

Updated 09 Dec 2024
Did this page help you?