Pave External API (1.0)
Documentation for the Pave External API
Download OpenAPI description
Languages
Servers
Pave Production Server
https://api.pave.com/
- Pave Production Server
https://api.pave.com/v1/compensationPlanning/meritCycles/{meritCycleId}/employees
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.pave.com/v1/compensationPlanning/meritCycles/{meritCycleId}/employees?limit=25&nextCursor=eyJleHRlcm5hbF9pZCI6Im1jZV8wNDdiZTg0ZC02OGQxLTRiMzYtYmU0Mi0xY2RlMTE4MjdhZTkifQ%3D%3D' \
-H 'x-api-key: YOUR_API_KEY_HERE'
Response
application/json
{ "data": [ { … } ], "nextCursor": "eyJleHRlcm5hbF9pZCI6Im1jZV8wNDdiZTg0ZC02OGQxLTRiMzYtYmU0Mi0xY2RlMTE4MjdhZTkifQ==" }