Generate Assessment Redirect URL
Generates a secure, time-bound redirect URL to launch a student assessment.
After payment completion, the partner platform calls this endpoint to obtain a unique assessment URL for the student. The URL should be opened in a new tab for the student to complete the assessment.
Authentication
X-Access-Tokenstring
Access token in the format <TokenId>:<TokenSecret>. Tokens are scoped to a specific project (college).
Request
This endpoint expects an object.
projectId
Project ID (college identifier)
name
Student full name
email
Student email address
mobile
Student mobile number
Response
Assessment redirect URL successfully generated
redirect-url
Secure, time-bound URL to launch the assessment
Errors
400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error
