> ## Documentation Index
> Fetch the complete documentation index at: https://docs.creptapay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Customer

Create a new customer profile.

## Request authentication

This endpoint requires a **Secret Key** (`sk_...`) passed in either the `x-api-key` header or as a Bearer token in the `Authorization` header.

## Request parameters

<ResponseField name="email" type="string" required>
  The unique email address of the customer.
</ResponseField>

<ResponseField name="first_name" type="string" required>
  The first name of the customer.
</ResponseField>

<ResponseField name="last_name" type="string" required>
  The last name of the customer.
</ResponseField>

<ResponseField name="phone" type="string">
  The optional phone number of the customer.
</ResponseField>
