Search Customer / Signin

https://occ-api.insly.com/api/customers/search

Description

Sign in with customer postcode and date of birth to view documents.

Example request

API token
output
Post Code
Birth date
E-mail address

Request parameters

ParameterTypeReqdDescriptionOptions
postcodestringPost Code
birthdatedateBirth date
emailstringE-mail address

Response parameters

Parameter Type Description
customer_oid integer Customer Identification Number
multimatch boolean Is matching query with multiple customer?

Json request example

{
  "postcode":"sn6 7hy",
  "birthdate":"1960-02-01T13:13:00.000Z",
  "email":null
}

Json response example

{
 "status": "1",
 "response": {
  "multimatch": false,
  "customer_oid": false,
  "status": "1"
 },
 "apirequest_oid": "10116780"
}
CUSTOMER SUPPORT support@insly.com