We offer our DQE ID Mobile service via APIs hosted on our servers. Our solution is based on modern and protected web services.
Our solution allows you to obtain from the phone number (France only) the following data:
- Name ;
- First name;
- Civility;
- Birth date;
- Birth department;
- Email;
- Mailing address:
- Country;
- Postal code;
- City:
- Street number, type, and name.
- Proof of address (separate request type)
When an ID Mobile request is sent to our servers, an SMS will be sent to the owner of the phone number. This SMS will contain a code that will allow the retrieval of the information detailed above.
The DQE Phone API works via REST calls, which are HTTPS requests that receive JSON or JSONP responses. Each type of call is made to a different URL and the parameters vary depending on the calls.
REST is an ideal solution for service-oriented architectures. An important point of this architecture is that it does not impose technologies or languages for the client.
Each call to our webservices is described in this documentation. These calls are compatible with any server language capable of executing "GET" requests, "POST" requests and interpreting a "JSON" response (PHP, .net, node.js, Java, etc ...). On request, we can provide you with a swagger describing these calls to our web services.
This server part is optional if you want to work in JSONP.