Base URL
All API requests should be made to:Authentication
All endpoints require an API key passed in thex-api-key header:
Response Format
All responses are returned in JSON format. Successful responses will include the requested data, while error responses will include anerror field with a descriptive message.
Success Response
Error Response
HTTP Status Codes
| Status Code | Description |
|---|---|
200 | Success - Request completed successfully |
401 | Unauthorized - Invalid or missing API key |
404 | Not Found - The requested resource doesn’t exist |
429 | Too Many Requests - Rate limit exceeded |
500 | Internal Server Error - Something went wrong on our end |
Available Endpoints
Assessments
List, retrieve, and view questions for assessments
Members
Access organization member information
Invites
Manage assessment invites and track status
Pagination
Currently, all list endpoints return the complete set of results. Pagination support will be added in a future API version.Versioning
The API is versioned via the URL path (/api/v1/). When breaking changes are introduced, a new version will be released while maintaining support for previous versions during a deprecation period.