post https://api.vcita.biz/platform/v1/clients
Creates a Client and returns the new client's data and the client's JWT token
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Creates a Client and returns the new client's data and the client's JWT token
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://api.vcita.biz/platform/v1/clients \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
29}
{
"data": {
"client": {
"address": "Some big house in Hollywood 9",
"created_at": "2025-05-28T12:47:56Z",
"customer_status": "customer",
"email": "michael.douglass@spartacus.info.fake",
"first_name": "Michael",
"id": "ugn5qdxq34mbe1wg",
"last_name": "Douglas",
"mobile_phone": "+19083073848",
"opt_in": null,
"source_data": {
"campaign": "campaign",
"channel": "channel",
"name": "website",
"website_url": "www.somesite.com"
},
"spam": false,
"tags": [
"tag1",
"tag2"
],
"updated_at": "2025-05-28T12:47:56Z"
},