France Phone
3 min
Verifies input data against Mobile Network Operators data obtained from partnered sources in France.
For Authorization Get Session Token from Authentication page.
France Phone
* Verification Outcome – Returns KYC verification
* Consumer Consent – N/A
* Mandatory Input – Name, Post Code and Phone
* Verifies – Name, DOB, Address and Phone number
* Returned Data - status related to Phone number search
POST
https://idu-test.datazoo.com/api/v2/verify
curl --location 'https://idu-test.datazoo.com/api/v2/verify' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ0ZXN0IiwiaWF0IjoxNzQzMTE4MTU1LCJpcGEiOiIzNC4xNTEuMTE3LjI0OSIsInVpZCI6MzAzLCJvaWQiOjYyLCJsaWQiOjU2MzYzNjQsImV4cCI6MTc0MzE0Njk1NSwiYXVkIjoiaHR0cHM6Ly9pZHUuZGF0YXpvby5jb20ifQ.50QX0C-gWyh-wnYfm2V_VfIddY4e2rqnpWhJm2qcYDpbbKR7GFKChWgemi_4N1GN51OamRO1FtCgGDfGLT-4vg' \
--data '{
"countryCode": "FR",
"service": [
"France Phone"
],
"clientReference": "Test_0001",
"firstName": "Maeva",
"lastName": "Leclerc",
"dateOfBirth": "1995-04-25",
"addressElement1": "9 Simone Veil",
"addressElement3": "Venissieux",
"addressElement4": "Paris",
"addressElement5": "69200",
"identityVariables": {
"phoneNo": "0601000001"
}
}'
Links
Change History
Added
Last updated - 28 March, 2025