GET
/customers
curl \
--request GET 'https://api.fleetee.io/customers' \
--header "x-api-key: $API_KEY"
Response examples (200)
{
"id": 42,
"created_at": "string",
"email": "string",
"phone_number": "string",
"first_name": "string",
"last_name": "string",
"name": "string",
"address": {
"street_line_one": "string",
"street_line_two": "string",
"district": "string",
"postcode": 42,
"city": "string"
},
"driving_licenses": [
{}
]
}