Wise leverages FaceTec's facial biometric technology for authentication. Use this endpoint to retrieve the public key needed for exporting 3D FaceMaps.
Retrieve Wise's FaceTec public key to be used when exporting 3D FaceMap from your FaceTec host to Wise.
Security
UserToken
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Example:f47ac10b-58cc-4372-a567-0e02b2c3d479
- Production Environmenthttps://api.wise.com/2026Q3/facetec/public-key
- Sandbox Environmenthttps://api.wise-sandbox.com/2026Q3/facetec/public-key
curl -i -X GET \
https://api.wise.com/2026Q3/facetec/public-key \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'X-External-Correlation-Id: f47ac10b-58cc-4372-a567-0e02b2c3d479'Plain text containing the public key.
Headers
Echoed back when X-External-Correlation-Id was included in the request. Learn more.
Example:"f47ac10b-58cc-4372-a567-0e02b2c3d479"
string
Response
-----BEGIN PUBLIC KEY-----
Public Key Content
-----END PUBLIC KEY-----