Customers
Get a customer with id
Retrieve detailed information about a specific customer in your store using their unique customer ID. This endpoint returns the customer’s profile data, including contact information, order history, and account status.
GET
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Example:
"{{companyId}}"
Path Parameters
Response
200 - application/json
200 OK
Example:
[]Example:
"01k7464hqksr4f99rp3ff7x2jz"
Example:
"2025-10-09T13:37:12.000000Z"
Example:
[]Example:
Example:
"Test maintenant"
Example:
"01k74k19r8cc6ksb89a1fnh6md"
Example:
"Test W"
Example:
[
{
"collection_name": "default",
"created_at": "2025-10-09T13:37:13.000000Z",
"file_name": "logo.png",
"id": 81,
"large": "https://cdn.genuka.com/preprod_api_genuka/81/conversions/logo-large.jpg",
"link": "https://cdn.genuka.com/preprod_api_genuka/81/logo.png",
"micro": "https://cdn.genuka.com/preprod_api_genuka/81/conversions/logo-micro.jpg",
"mime_type": "image/png",
"size": 10830,
"thumb": "https://cdn.genuka.com/preprod_api_genuka/81/conversions/logo-thumb.jpg",
"updated_at": "2025-10-09T13:37:19.000000Z"
}
]Example:
[]Example:
"+237 67812094"
Example:
[
{
"company_id": "01k7464hqksr4f99rp3ff7x2jz",
"created_at": "2025-10-09T09:51:50.000000Z",
"currency_code": "XAF",
"currency_name": null,
"deleted_at": null,
"description": "This is the first shop",
"id": "01k7464m19emgj0q6v0v95wp88",
"metadata": null,
"name": "Pet Clinic Shop",
"pivot": {
"customer_id": "01k74k19r8cc6ksb89a1fnh6md",
"shop_id": "01k7464m19emgj0q6v0v95wp88"
},
"slug": "pet-clinic-shop",
"updated_at": "2025-10-09T09:51:50.000000Z"
}
]Example:
[
{
"company_id": "01k7464hqksr4f99rp3ff7x2jz",
"created_at": "2025-10-09T13:37:12.000000Z",
"id": "01k74k19rdnz5x8yn5etcg1epw",
"name": "TAG 1",
"pivot": {
"created_at": "2025-10-09T13:37:12.000000Z",
"tag_id": "01k74k19rdnz5x8yn5etcg1epw",
"taggable_id": "01k74k19r8cc6ksb89a1fnh6md",
"taggable_type": "App\\Models\\Customer",
"updated_at": "2025-10-09T13:37:12.000000Z"
},
"taggable_id": "",
"taggable_type": "",
"updated_at": "2025-10-09T13:37:12.000000Z"
}
]Example:
"individual"
Example:
"2025-10-09T13:39:53.000000Z"
