Skip to main content
PUT
cURL

Authorizations

Personal access token from Pingmee Settings → Developer Tools

x-api-key
string
header
required

Business API key from Pingmee Settings → Developer Tools

Body

application/json

Array of customers to create.

Minimum array length: 1
customerName
string
required

Customer full name

phoneNumberId
string
required

Phone number identifier including country code. (9725xxxxxxxx)

profileImage
string | null

Profile image URL if available, if not provided we try and find a matching profile picture for that phone number.

customerNickname
string

Custom name to identify the customer in the business (not seen by the end user)

description
string

Free-text note / description controlled by the business (shown in the conversation sidebar)

email
string<email>

Customer email address

Response

Customers created

customers
object[]
required
Last modified on August 18, 2026