post https://api.clientsuccess.com/v2/client
Create a new client
Log in to see full request history
Response
Create a new client
xxxxxxxxxx
10curl --request POST \
--url https://api.clientsuccess.com/v2/client \
--header 'accept: */*' \
--header 'content-type: application/json' \
--data '
{
"status": "ACTIVE",
"active": true
}
'
Try It!
to start a request and see the response here! Or choose an example: