Skip to main content
POST
/
projects
/
{projectId}
/
testtakers
/
{id}
/
test-link
{
  "url": "<string>",
  "expiresAtUtc": "<string>"
}

Authorizations

x-api-key
string
header
required

API key generated in the Portal (Workspace Settings → API Keys).

Path Parameters

projectId
string<uuid>
required

Project Id. Obtain via GET /projects or from the project URL.

id
integer<int32>
required

The unique identifier of the test taker (ProjectEntry.Id).

Body

redirectUri
string | null
referenceId
string | null

Response

OK

url
string
required
expiresAtUtc
string
required