Number Verify GET request Header:
https://{SERVER_ADDRESS}/IDMOBILE/?number={NUM}&token={TOKEN}&name={NAME}&licence={LICENCE_CODE}&scope={SCOPE}&redirect_uri={URL_REDIRECT}
Simply replace the items in braces with your information :
| Parameter | Expected value type | Value description | Mandatory/Optional |
| Licence | {LICENCE_CODE} | Number assigned to you as your license code | Mandatory |
| number | {NUM} | Phone number | Mandatory |
| token | {TOKEN} | Token retrieved through authentication | Mandatory |
| name | {NAME} | Name of the partner in the DQE database (your company name) | Mandatory |
| scope | {SCOPE} | « numVerify » | Mandatory |
| redirect_uri | {URL_REDIRECT} | Redirection URL in the format: https://www.partenaire.com/?{Query_params}. The "Query_params" variable contains the parameters you provided. We then add "token" (which corresponds to the session token) and "status" (which corresponds to "error" or "success"). | Optional |
Related to