Skip to content

FaceTec

Wise leverages FaceTec's facial biometric technology for authentication. Use this endpoint to retrieve the public key needed for exporting 3D FaceMaps.

Get FaceTec public key

Request

Retrieve Wise's FaceTec public key to be used when exporting 3D FaceMap from your FaceTec host to Wise.

Security
UserToken
Headers
X-External-Correlation-Idstring, (uuid), <= 36 characters

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
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'

Responses

Plain text containing the public key.

Headers
X-External-Correlation-Idstring, (uuid), <= 36 characters

Echoed back when X-External-Correlation-Id was included in the request. Learn more.

Example:"f47ac10b-58cc-4372-a567-0e02b2c3d479"
x-trace-idstring

Unique trace identifier assigned by Wise. Useful when contacting support about a specific request.

Example:"fba501b6d453b96789f52338f019341f"
Bodytext/plain
string
Response
-----BEGIN PUBLIC KEY-----
Public Key Content
-----END PUBLIC KEY-----