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.
projectIdstringRequired

Project ID (college identifier)

namestringRequired
Student full name
emailstringRequired
Student email address
mobilestringRequired
Student mobile number

Response

Assessment redirect URL successfully generated
redirect-urlstring

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