Complete API documentation for integrating PeopleFlow with your applications
Include your API key in the Authorization header as a Bearer token.
curl -X GET "https://peopleflowhr.net/api/v1/employees" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"/api/employeesList all employees with pagination and filters
Parameters:
/api/employees/:idGet a single employee by ID
Parameters:
/api/employeesCreate a new employee record
Request Body:
/api/employees/:idUpdate an existing employee
Request Body:
/api/employees/:idDelete an employee record
Parameters:
1,000
Requests per minute
100,000
Requests per day
10 MB
Max request size
Rate limits are applied per API key. Contact support for higher limits on Enterprise plans.
Bad Request
Invalid request parameters
Unauthorized
Invalid or missing API key
Forbidden
Insufficient permissions
Not Found
Resource does not exist
Too Many Requests
Rate limit exceeded
Internal Server Error
Server-side error