API endpoint to retrieve the test launch URL for a given eligibility code.
GET https:///eligibilities/{psi_eligibility_code}/testLaunchInfo
Parameter name | Value | Description | Additional |
---|---|---|---|
psi_eligibility_code | string | A unique alphanumeric identifier for this eligibility generated by PSI. |
Required |
This request requires the use of one of following authorisation methods:
OAuth2
.
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK Test launch information including the launch url for the given eligibility code. |
Test Launch Information |
400 | Bad Request
|
Error Model |
401 | Unauthorized You are not authorized to access this resource. |
Error Model |
403 | Forbidden Forbidden operation. |
Error Model |
500 | Internal Server Error Error in case of server errors. |
Error Model |