QuadraProfile REST API
Full programmatic access to QuadraProfile. OpenAPI documentation, SDKs, code examples, and developer support.
Introduction
The QuadraProfile REST API allows you to integrate our DISC assessment platform with your existing systems. With well-documented endpoints and secure authentication, you can create assessments, retrieve profiles, analyze teams, and sync data seamlessly.
Base URL
https://api.quadraprofile.cl/v1Authentication
Bearer Token via API Key in Header.
curl -X GET "https://api.quadraprofile.cl/v1/assessments" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Main Endpoints
/assessmentsList all assessments/assessmentsCreate new assessment/assessments/:id/resultsGet assessment results/teams/:id/analysisGet team DISC analysisRate Limits
Generous rate limits are included in all plans at no extra cost.
Rate limit headers (X-RateLimit-Remaining) are included in every response.
Webhooks
Receive real-time notifications when events occur in your account.
assessment.completed
Fired when a candidate completes a DISC test
report.generated
Fired when an AI-powered report is ready
team.updated
Fired when team composition changes
Errors
| Code | Status | Description |
|---|---|---|
| 200 | OK | Request successful |
| 400 | Bad Request | Invalid parameters |
| 401 | Unauthorized | Missing or invalid API key |
| 403 | Forbidden | Insufficient permissions |
| 404 | Not Found | Resource does not exist |
| 429 | Too Many Requests | Rate limit exceeded |
| 500 | Server Error | Internal server error |
Start Integrating Now
Get full access to interactive documentation, code examples, and dedicated developer support.
Get API Key