Partner Workflow
This guide describes the end-to-end flow for integrating StudyHQ assessments into a partner platform such as a CRM, admissions portal, or EdTech product.
Overview
StudyHQ supports two primary integration patterns depending on where in your funnel the assessment takes place.
Option A — Assessment Before Application
The student takes the assessment immediately after registration. Based on their results, they are shown recommended courses and prompted to complete the application.
Option B — Assessment After Payment
The student completes the application and payment first. The assessment is unlocked as a next step post-payment.
Detailed Flow
Student Arrives on Partner Platform
The student lands on your platform (e.g. via landing page), registers, and enters the CRM dashboard.
Trigger Assessment
Based on your chosen workflow (Option A or B), your backend calls POST /partner/get-redirect-url with the student’s details to generate a unique
assessment link.
Student Takes Assessment
Open the redirect-url in a new tab. The student completes or abandons the
test on StudyHQ. No session management is required on your end.
API Reference Summary
Error Handling
Assessment URLs are time-bound and single-use. Always generate a fresh URL each time a student needs to attempt the assessment — do not cache or reuse previous URLs.
