Guides
Reporting API integration guides
Authenticate, list users, then fetch sessions and assessments — each guide walks through one step with request examples and response shapes. Keep the API reference open for full schema details.
Authentication
Add your API key to every request and verify it works with a quick test call.
List users
Fetch your user directory and pick the user IDs you need for follow-up calls.
Fetch sessions
Pull completed session history for a user, with date range and scenario filters.
Fetch assessments
Pull assessment scores and coach feedback for a user.
Pagination and errors
Handle paginated lists and error responses across all endpoints.