v1
latestOpenAPI 3.1.02026-07-132363652.9 MBCustomers
Admin
Create a new customer
Create a new customer
post/api/v1/admin/customers
Request body
Example request
{
"name": "John Doe",
"email": "john.doe@example.com",
"phone_number": "+491234567890"
}Response
Created
Example response
{
"success": true,
"data": {
"id": "123e4567-e89b-12d3-a456-426614174001",
"name": "John Doe",
"email": "john.doe@example.com",
"phone_number": "+491234567890",
"created_at": "2024-03-19T12:00:00Z",
"updated_at": "2024-03-19T12:00:00Z"
}
}