Error type |
Request |
Response type |
Missing “Licence” parameter |
https://{SERVER_ADDRESS}/DQEEMAILLOOKUP/?Email=contact@gmailcom&Rectify=y&extendedsyntax=n&checkuser=y
|
{ "1": { "Redressement": 0, "eMailOrigine": "contact@gmail.com", "IdError": "** LICENCE KO **", "eMail": "" } }
|
Empty “Licence” parameter |
https://{SERVER_ADDRESS}/DQEEMAILLOOKUP/?Email=contact@gmailcom&Rectify=y&extendedsyntax=n&checkuser=y&Licence=
|
{ "1": { "Redressement": 0, "eMailOrigine": "contact@gmail.com", "IdError": "** LICENCE KO **", "eMail": "" } }
|
Incorrect Licence number (expired, out of scope, nonexistent) |
https://{SERVER_ADDRESS}/DQEEMAILLOOKUP/?Email=contact@gmailcom&Rectify=y&extendedsyntax=n&checkuser=y&Licence={INCORRECT_LICENCE_CODE}
|
unauthorized_client
|
Missing “Email” parameter |
https://{SERVER_ADDRESS}/DQEEMAILLOOKUP/?Rectify=y&extendedsyntax=n&checkuser=y&Licence={LICENCE_CODE}
|
{ "1": { "Redressement": 0, "eMailOrigine": "", "IdError": "04", "eMail": "" } }
|
Empty “Email” parameter |
https://{SERVER_ADDRESS}/DQEEMAILLOOKUP/?Email=&Rectify=y&extendedsyntax=n&checkuser=y&Licence={LICENCE_CODE}
|
{ "1": { "Redressement": 0, "eMailOrigine": "", "IdError": "04", "eMail": "" } }
|
Error on a parameter |
https://{SERVER_ADDRESS}/DQEEMAILLOOKUP/?Eail=contact@gmailcom&Rectify=y&extendedsyntax=n&checkuser=y&Licence={LICENCE_CODE}
|
{ "1": { "Redressement": 0, "eMailOrigine": "", "IdError": "04", "eMail": "" } }
|