post https://a.klaviyo.com/api/profiles
Create a new profile.
Use the additional-fields
parameter to include subscriptions and predictive analytics data in your response.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
profiles:write
Responses
Create a new profile.
Use the additional-fields
parameter to include subscriptions and predictive analytics data in your response.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
profiles:write
xxxxxxxxxx
13curl --request POST \
--url https://a.klaviyo.com/api/profiles \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--header 'revision: 2025-01-15' \
--data '
{
"data": {
"type": "profile",
"attributes": {
"properties": {
"newKey": "New Value"
}
}
}
}
'
xxxxxxxxxx
127}
{
"data": {
"type": "profile",
"id": "01GDDKASAP8TKDDA2GRZDSVP4H",
"attributes": {
"email": "sarah.mason@klaviyo-demo.com",
"phone_number": "+15005550006",
"external_id": "string",
"first_name": "Sarah",
"last_name": "Mason",
"organization": "Example Corporation",
"locale": "en-US",
"title": "Regional Manager",
"image": "https://images.pexels.com/photos/3760854/pexels-photo-3760854.jpeg",
"created": "2022-11-08T00:00:00+00:00",
"updated": "2022-11-08T00:00:00+00:00",
"last_event_date": "2022-11-08T00:00:00+00:00",
"location": {
"address1": "89 E 42nd St",
"address2": "1st floor",
"city": "New York",
"country": "United States",