curl --request POST \
--url https://api.example.com/v1/ui/customers \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"metadata": {},
"name": "<string>",
"telephone": "<string>",
"externalRef": "<string>"
}
'Creates a new customer for the authenticated provider. The customer will be associated with the provider’s organization.
curl --request POST \
--url https://api.example.com/v1/ui/customers \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"metadata": {},
"name": "<string>",
"telephone": "<string>",
"externalRef": "<string>"
}
'