Appearance
Fetch customers
GET
/data/customers/
Fetch customer data uploaded to Custobar. Read more about customer data retrieval.
Authorizations
bearerAuth
API Key authentication. Use format: Bearer <YOUR_TOKEN>
Type
HTTP (bearer)
Responses
Successful response
application/json
JSON
{
"customers": [
{
"external_id": "3619490226",
"phone_number": "+358101234567",
"email": "person@example.org",
"canonical_id": "string",
"first_name": "James",
"last_name": "Carroll",
"can_email": false,
"can_post": false,
"can_profile": false,
"can_push": false,
"can_sms": false,
"date_joined": "2015-11-23T13:11:23Z",
"mailing_lists": [
"string"
],
"is_forgotten": false,
"shop_id": "string",
"birth_date": "1991-06-14",
"city": "Epwell",
"company": "string",
"country": "GB",
"gender": "female",
"house_number": "3",
"house_number_addition": "string",
"language": "EN",
"last_login": "2015-11-25T13:11:23Z",
"province": "string",
"street_address": "42 Red Lane",
"street_name": "string",
"tags": [
[
"kitchenware",
"vip"
]
],
"vat_number": "FI123456",
"zip_code": "OX15 3PW",
"is_deleted": false
}
]
}