post https://{api_url}/api/v5//client
Creates a new client.
Recipes
👳
Create a Customer record
Open Recipe
Log in to see full request history
Response
Creates a new client.
xxxxxxxxxx
curl --request POST \
--url https://example.jrni.com/api/v5/company_id/client \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"send_welcome_email": true
}
'
Try It!
to start a request and see the response here! Or choose an example: