Skip to main content

Base URL

All API requests should be made to:

Authentication

All endpoints require an API key passed in the x-api-key header:
See the Authentication page for more details.

Response Format

All responses are returned in JSON format. Successful responses will include the requested data, while error responses will include an error 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 a pagination metadata object.

Query Parameters

Example Request

Paginated Response

Every list response includes a pagination 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.