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
Available Endpoints
Assessments
List, retrieve, and view questions for assessments
Members
Access organization member information
Invites
Send assessment invites and track their status
Tags
Create, update, and manage organization tags
Pagination
All list endpoints support pagination through query parameters. Results are returned alongside apagination metadata object.
Query Parameters
Example Request
Paginated Response
Every list response includes apagination object alongside the resource array:
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.