get https://a.klaviyo.com/api/profile-bulk-import-jobs//profiles
Get profiles for the bulk profile import job with the given ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
profiles:read
Responses
Get profiles for the bulk profile import job with the given ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
profiles:read
xxxxxxxxxx
curl --request GET \
--url 'https://a.klaviyo.com/api/profile-bulk-import-jobs/id/profiles?page[size]=20' \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
124}
{
"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",
"latitude": "string",
"longitude": "string",
"region": "NY",
"zip": "10017",
"timezone": "America/New_York",
"ip": "127.0.0.1"
},
"properties": {
"pseudonym": "Dr. Octopus"