v1
latestOpenAPI 3.0.02026-07-247150151.6 KBCustomers
Retrieve all customers
Retrieves all customers
get/customers
Query parameters
pageinteger
page number requested to return
per_page1 | 2 | 5 | 10 | 20 | 50
number of Customer information in response<br />per_page is one of the following:<br />1, 2, 5, 10, 20, 50
brand_person_idstring nullable
Example:ac6ee2d3-5a03-4043-a4aa-dda51836b9fd
Return customers that match the brand_person_id
Response
Example response
{
"customer_id": "b3f7f6c9-503e-4457-b0ca-31f65131cfff",
"brand_person_id": "ac6ee2d3-5a03-4043-a4aa-dda51836b9fd",
"bond_brand_id": "8c7e08c8-0320-444c-b834-007cd9e18c0e",
"business_id": "null",
"dob": "1997-12-25",
"first_name": "James",
"middle_name": "Herbert",
"last_name": "Bond",
"ssn": "XXX-XX-9999",
"phone": "555-111-2222",
"phone_country_code": "1",
"email": "james@mi6.gov.uk",
"addresses": [
{
"address_id": "5ff2a5f8-2d96-4c89-9edc-ec762ac3844c",
"street": "345 California Ave.",
"street2": "Suite 600",
"city": "San Francisco",
"state": "CA",
"zip_code": "12345-1234",
"country": "US",
"is_primary": true,
"date_created": "2021-10-11T17:54:26.784367+00:00"
}
],
"date_created": "2021-06-02T13:38:27.965404+00:00"
}