> For the complete documentation index, see [llms.txt](https://developer.converted.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.converted.in/magento-or-webhooks/customers.md).

# Customers

<mark style="color:green;">`POST`</mark> `BASEURL/customer`

#### Path Parameters

| Name          | Type   | Description |
| ------------- | ------ | ----------- |
| Authorization | string |             |

{% tabs %}
{% tab title="200 " %}

```
{
    "status": "ok"
}
```

{% endtab %}
{% endtabs %}

payload, JSON&#x20;

```
{
   "id":1739,
   "email":"salehmoharam@gmail.com",
   "first_name":"FirstName",
   "last_name":"lastName",
   "orders_count":23,
   "total_spent":184,
   "currency":"EGP",
   "phone":"01000000001",
   "registered_at":"2020-10-12 10:00:00",
   "gender":"male"
}
```
