Get Customer by Custom Property
Search for a Customer and retrieve their data using their client_reference, email or id_number.
Last updated
Was this helpful?
Search for a Customer and retrieve their data using their client_reference, email or id_number.
Last updated
Was this helpful?
GET
{{baseUrl}}/customers/property/:property?value=
property*
String
This is the property you would like to search by (e.g. id_number, email, client_reference)
value*
String
This is the value for the property:
(e.g. "9001145117080", "chris2@gathr.com", "clientnumber1")
ID Number
Search for a customers information by the South African ID number of the customer, as it appears on their ID document. You can retrieve the customer information in the GET Get Customer by Custom Property API call by making use of the id_number
search parameter.
Client Reference
When creating a new Customer, the client_reference
is a unique identifier created for a consumer. As a result you are able to retrieve the customer's information in the GET Get Customer by Custom Property API call by making use of the client_reference
search parameter.
You are able to retrieve the customer's information by making use of the search parameter email
in the GET Get Customer by Custom Property API call.