Sample responses

Sample error

Response Header

Content-Type: application/json
Date: Wed, 11 Sep 2013 07:24:02 GMT
Message: Unauthorized: Token not recognized
QueryId: 5bd1bb45-85b7-4a25-aeb4-7bad67b7249b

Response Body

{}

Sample success

Response Header

Content-Type: application/json
Date: Wed, 11 Sep 2013 07:31:00 GMT
Message: OK
QueryId: 9da8c5cc-b27b-4026-b7a2-f7196367a085
Access-Control-Allow-Origin: https://www.example.com
Access-Control-Expose-Headers: Message, Content-Location

Response Body

{
  "Number": "1234567890",
  "AccountType": "Consumer",
  "PhoneType": "LandLine",
  "Name": "Arbea J Bond",
  "FirstName": "Arbea",
  "MiddleInitial": "J",
  "LastName": "Bond",
  "Address": {
     "Country": "USA",
     "Locality1": "Land O Lakes",
     "Number1": "4049",
     "Postcode1": "34638-3524",
     "Province1": "FL",
     "Street1": "Mitchell Rd",
     "Certainty": "FullAddress"
  },
  "Country": "USA",
  "Certainty": "Verified",
}