Enrichment APIs
People Search
Search for people by id, company id, position, seniority, and department
POST
Description
Search for people by company id, position, seniority, and department.
Please pass ids for seniority and department as listed below.
Acceptable seniority and department ids
Seniority:
1
: Board Member / Company Director2
: Owner / Founder3
: C-Suite / Partner4
: VP/Director / Head of5
: Manager6
: Other7
: No Data Available
Department:
1
: General Management2
: Sales3
: Trades4
: Operations5
: Engineering & Technical6
: Human Resources7
: Customer Service8
: Medicine & Healthcare9
: Research & Analysis10
: Legal11
: Marketing12
: Education & Training13
: Consulting14
: Finance15
: Product16
: Other17
: No Data Available
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The country to search against. (example: AU)
The unique identifier for a company in the Firmable system. (example: f000000117274)
The position of the person. (example: Software Engineer)
The seniority of the person. (example: Senior)
The department of the person. (example: Engineering)
The offset to start the search from. (example: 0)
The size of the search results. (example: 10)
Response
200
application/json
People search response
The response is of type object[]
.