QuadraProfileQuadraProfile
Developer Portal

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/v1

Authentication

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

GET/assessmentsList all assessments
POST/assessmentsCreate new assessment
GET/assessments/:id/resultsGet assessment results
GET/teams/:id/analysisGet team DISC analysis

Rate Limits

Generous rate limits are included in all plans at no extra cost.

Standard plans60 requests/min
Enterprise plans300 requests/min

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

CodeStatusDescription
200OKRequest successful
400Bad RequestInvalid parameters
401UnauthorizedMissing or invalid API key
403ForbiddenInsufficient permissions
404Not FoundResource does not exist
429Too Many RequestsRate limit exceeded
500Server ErrorInternal server error

Start Integrating Now

Get full access to interactive documentation, code examples, and dedicated developer support.

Get API Key