General endpoints
Health Status
Health Status
Add new transaction
Creates a new `auth` or `sign` transaction with a specified eID provider without starting it yet.
Get a transaction
Retrieves an existing transaction created by the same company
Start a transaction
Starts a transaction created by the same company
Cancel a transaction
Cancels a transaction created by the same company.
Date of birth validation
The endpoint matches the date_of_birth parameter (YYYY-MM-DD) against the date of birth found in the authenticated data, if present. This endpoint also supports MAS transactions.
Age verification
The endpoint compares the authenticated user's computed age against the age_limit parameter. The request is valid only if the user's age is greater than or equal to the parameter. This endpoint also supports MAS transactions.