APIs
SDKs
Client Onboarding
Search…
Get Started
The Basics
Customers
Reference
API
Web SDK
Events
Objects & Fields
Use Cases
Marketing & Channels
eCommerce
Loyalty & Rewards
Powered By
GitBook
Reference
We are no longer updating this site. For user documentation, please go to
U
ser Docs
. For developer documentation, please go to
D
eveloper Docs
. If you have any questions or feedback, please
submit a ticket
.
Full Reference
API
Web SDK
Quick Reference
API
Web SDK
1
curl
-iX POST
\
2
https://api.zaius.com/v3/profiles
\
3
-d
'{
4
"attributes": {
5
"first_name": "Johnny",
6
"last_name": "Zaius",
7
"email": "
[email protected]
",
8
"phone": "555-867-5309",
9
"street1": "123 Fake St",
10
"street2": "Apt 101",
11
"city": "Boston",
12
"state": "MA",
13
"zip": "02101",
14
"country": "USA",
15
"timezone": "America/New_York",
16
"gender": "M"
17
}
18
}'
\
19
-H
'Content-Type: application/json'
\
20
-H
'x-api-key: REPLACE_THIS_WITH_API_KEY'
Copied!
1
zaius
.
entity
(
"customer"
,
{
2
email
:
"
[email protected]
"
,
3
first_name
:
"Johnny"
,
4
last_name
:
"Zaius"
,
5
gender
:
"M"
6
// any custom fields you've created can be added here
7
});
Copied!
The Basics - Previous
Customers
Next - The Basics
Events
Last modified
1mo ago
Copy link
Contents
Full Reference
Quick Reference