Skip to main content
POST
/
api
/
v1
/
customers
/
{businessId}
cURL
curl --request POST \
  --url https://api.dev.monei.cc/api/v1/customers/{businessId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "phone": "<string>",
  "email": "<string>",
  "externalRef": "<string>"
}
'

Path Parameters

businessId
string
required

Body

application/json
name
string
required
phone
string
required
email
string
required
externalRef
string
required

Response

201 - undefined