v1

latestOpenAPI 3.0.4MIT License2026-07-236622149.8 KB
Candidates

Creates a candidate access token.

            Finds a candidate matching at least 3 of the provided CandidateAccessTokenRequest attributes (including email). 
            If a candidate is found, an access token (PIN code) will be sent to the candidate email address 
            that can then be used for verification.
post/api/candidates/access_tokens

Request body

firstNamestring nullable
lastNamestring nullable
emailstring email required
dateOfBirthstring date-time nullable
referencestring nullable

Response

No Content