Employee API
...
Endpoints
Search Filters
Postman Tutorial
1min
- Follow the tutorial to make a search request using Postman. Steps from two to nine cover authorization flow.
- To start using our API, you need a JSON Web Token (JWT). 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.
1
Prepare your cURL request using search filters and example requests:
Refer to the endpoint filters and their usage.
Edit and submit already prepared requests.
2
Open Postman
3
Click Import:
4
Paste the example request in the pop-up window:
5
Click Authorization:
6
Click the drop-down menu to see the options:
7
Select Bearer Token:
8
Paste your token (JWT) in the input field:
9
Click Send:
10
Collect profile IDs from Body:
Updated 09 Dec 2024
Did this page help you?