Developer Documentation
API Reference
Build powerful integrations with Perfo Review's REST API. Access reviews, users, cycles, and analytics programmatically.
Getting Started
Base URL
https://api.perforeview.com/v1
Authentication
All API requests require authentication via an API key passed in the Authorization header.
curl -X GET "https://api.perforeview.com/v1/users" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Generate API keys in your Dashboard Settings.
Response Format
All responses are returned in JSON format with consistent structure.
{
"data": [...],
"meta": {
"page": 1,
"per_page": 20,
"total": 100
}
}API Endpoints
| Method | Endpoint |
|---|---|
| GET | /api/v1/reviews |
| POST | /api/v1/reviews |
| GET | /api/v1/users |
| POST | /api/v1/users |
| GET | /api/v1/cycles |
| POST | /api/v1/cycles |
| GET | /api/v1/analytics |
| POST | /api/v1/webhooks |
See the full API reference for detailed documentation of all endpoints.
Official SDKs
We provide official client libraries for popular programming languages.
Webhooks
Receive real-time notifications when events happen in Perfo Review.
review.submitted
review.approved
cycle.started
cycle.completed
user.created
user.updated
feedback.received
reminder.sent
Rate Limits
1,000
Requests/minute (Starter)
10,000
Requests/minute (Pro)
Custom
Enterprise limits
Ready to Build?
Get your API key and start integrating Perfo Review into your applications today.