Every Politician Test Cases
You can test your integration with Everypolitician Screening Service by sending one of the special test requests below with your TEST API key. Test requests are free, so you will always be sure that your integration is successful.
MATCH Profile
- For getting usual "Match" profile, send the request data below:
{
"firstName": "EVERYPOLITICIAN",
"lastName": "DEFAULT",
"dateOfBirths": "1965-08-16",
"state": "IL",
"services": [
"C18ECBD7-907C-47AF-8871-1C6BB19838CA"
]
}
You will get this successful response:
[
{
"serviceId": "c18ecbd7-907c-47af-8871-1c6bb19838ca",
"serviceName": "Every Politician",
"serviceDescription": "An index of all national members of parliament in the world. This version only includes individuals active within the past 15 years.",
"error": null,
"success": true,
"locationId": null,
"readOnlyAccessLocationIds": null,
"profiles": [
{
"internalId": "everypolitician.123456",
"firstName": "EVERYPOLITICIAN",
"middleName": null,
"lastName": "DEFAULT",
"fullName": "EVERYPOLITICIAN DEFAULT",
"dateOfBirths": "08/16/1965",
"sex": null,
"address": "TEST MAIN ST",
"countryName": "USA",
"countryCode": null,
"street1": null,
"street2": null,
"city": null,
"state": "IL",
"zipCode": null,
"county": null,
"convictiontype": null,
"aliases": [
{
"fullName": null,
"firstName": "EVERYPOLITICIAN",
"middleName": "SAMPLE",
"lastName": "Profile"
}
],
"offenses": null,
"photoUrl": null,
"source": "everypolitician",
"otherInformation": null,
"idNumber": null,
"verificationResult": null,
"driverLicenseVerificationResult": null
}
]
}
]