FACENITION
®
·
API UNIT TESTS
Runs every reachable endpoint end-to-end, prints the exact curl and response, and checks each result against the documented contract.
Setup
API base URL
Leave as-is to use this page's own origin. Requests go to
<base>/v2/<endpoint>
.
Authentication
Client token
Email + phone
A token is fetched via
/token
before the suite runs (this does not rotate your token).
Optional face images — enable the biometric endpoints
Face A (enrol / probe)
Face B (optional — for /match)
Without an image, face & liveness tests are skipped (they also need the biometric core to be reachable).
Include mutating tests — adds then deletes a throwaway
generic
whitelist entry (safe: never touches the source allow-list).
Include token rotation — calls
/generateToken
(needs email + phone;
replaces
your current token).
Run all tests
Expand all
Collapse all
0 tests
0 passed
0 failed
0 skipped