AI-powered people operations for fleets and distributed teams.
API Docs
A REST API for employees, time off, compliance, and payroll sync — so your own tools can read and write the same data your team sees in ppl.
GET /v1/employees
curl https://api.pplgo.com/v1/employees \
-H “Authorization: Bearer YOUR_API_KEY”
Response
{
“id”: “emp_8231”,
“name”: “Marcus Wendell”,
“role”: “OTR Driver”,
“site”: “IND”,
“status”: “active”
}
Quick start
Get your API key
Generate a key from your account settings — scoped to read-only or read/write access.
Make your first request
Authenticate with a bearer token and call any endpoint over HTTPS.
Explore the endpoints
Browse employees, time off, compliance, and payroll sync resources in the full reference.
Endpoints
GET
Employees
Read and update workforce records and profiles.
GET
Time Off
Balances, requests, and approval status.
GET
Compliance
Certification and document expiration status.
POST
Recruiting
Candidates, pipeline stage, and application data.
POST
Payroll Sync
Push approved hours to connected payroll providers.
POST
Webhooks
Subscribe to real-time events like status changes.