DashboardDocumentationPlaygroundSign Out
  • Intro
    • Introduction & Auth
    • Data Overview
  • API Reference
  • Aviato DSL
    • Aviato DSL V1
    • DSL Query Schemas
Logo
DashboardDocumentationPlaygroundSign Out
API ReferencePerson

GET
https://data.api.aviato.co/person/vestings
GET
/person/vestings
1curl -G https://data.api.aviato.co/person/vestings \
2 -H "Authorization: Bearer <token>" \
3 -d perPage=100 \
4 -d page=1
Try it
200Retrieved
1{
2 "vestings": [
3 {
4 "id": "id",
5 "grantDate": "2024-01-15T09:30:00Z",
6 "initialShares": 1,
7 "initialSharesValue": 1.1,
8 "sharePriceAtGrantDate": 1.1,
9 "currentSharePrice": 1.1,
10 "cliffPeriod": 1,
11 "daysPastCliff": 1,
12 "selectedJobFamily": "selectedJobFamily",
13 "selectedLevel": "selectedLevel",
14 "experienceID": "experienceID",
15 "companyID": "companyID",
16 "percentVested": 1.1,
17 "minVestedShares": 1,
18 "maxVestedShares": 1,
19 "nextBatchDate": "2024-01-15T09:30:00Z",
20 "nextBatchMinShares": 1,
21 "nextBatchMaxShares": 1,
22 "nextBatchMinValueOfficial": 1.1,
23 "nextBatchMaxValueOfficial": 1.1,
24 "nextBatchMinValueSecondary": 1.1,
25 "nextBatchMaxValueSecondary": 1.1,
26 "vestingStatus": "ACTIVE",
27 "minVestedSharesValueOfficial": 1.1,
28 "minVestedSharesValueSecondary": 1.1,
29 "maxVestedSharesValueOfficial": 1.1,
30 "maxVestedSharesValueSecondary": 1.1,
31 "vestingPeriods": 1,
32 "avgTotalCompensationPerYear": 1.1,
33 "avgBaseSalaryPerYear": 1.1,
34 "avgStockGrantPerYear": 1.1,
35 "personLatestJobFamily": "personLatestJobFamily",
36 "personLatestLevel": "personLatestLevel"
37 },
38 {
39 "id": "id",
40 "grantDate": "2024-01-15T09:30:00Z",
41 "initialShares": 1,
42 "initialSharesValue": 1.1,
43 "sharePriceAtGrantDate": 1.1,
44 "currentSharePrice": 1.1,
45 "cliffPeriod": 1,
46 "daysPastCliff": 1,
47 "selectedJobFamily": "selectedJobFamily",
48 "selectedLevel": "selectedLevel",
49 "experienceID": "experienceID",
50 "companyID": "companyID",
51 "percentVested": 1.1,
52 "minVestedShares": 1,
53 "maxVestedShares": 1,
54 "nextBatchDate": "2024-01-15T09:30:00Z",
55 "nextBatchMinShares": 1,
56 "nextBatchMaxShares": 1,
57 "nextBatchMinValueOfficial": 1.1,
58 "nextBatchMaxValueOfficial": 1.1,
59 "nextBatchMinValueSecondary": 1.1,
60 "nextBatchMaxValueSecondary": 1.1,
61 "vestingStatus": "ACTIVE",
62 "minVestedSharesValueOfficial": 1.1,
63 "minVestedSharesValueSecondary": 1.1,
64 "maxVestedSharesValueOfficial": 1.1,
65 "maxVestedSharesValueSecondary": 1.1,
66 "vestingPeriods": 1,
67 "avgTotalCompensationPerYear": 1.1,
68 "avgBaseSalaryPerYear": 1.1,
69 "avgStockGrantPerYear": 1.1,
70 "personLatestJobFamily": "personLatestJobFamily",
71 "personLatestLevel": "personLatestLevel"
72 }
73 ],
74 "pages": 1,
75 "totalResults": 1
76}
Was this page helpful?
Previous

Get Vestings Legacy

Next
Built with
Get the vestings of a person.
Get Vestings

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Query Parameters

idstringOptional
linkedinIDstringOptional
linkedinEntityIdstringOptional
LinkedIn entity ID
linkedinURLstringOptional
LinkedIn URL, accepts public profile (linkedin.com/in/), Sales Navigator, and Recruiter URLs
twitterIDstringOptional
crunchbaseIDstringOptional
angelListIDstringOptional
signalNfxIDstringOptional
polyworkIDstringOptional
emailstringOptional
perPageintegerRequired0-100
Number of items per page.
pageintegerRequired
Page number, starts from 0.

Response

This endpoint returns an object.
vestingslist of objects
pagesinteger
totalResultsinteger

Errors

Number of items per page.
Page number, starts from 0.

Bearer authentication of the form Bearer <token>, where token is your auth token.

LinkedIn URL, accepts public profile (linkedin.com/in/), Sales Navigator, and Recruiter URLs