get https://a.klaviyo.com/api/profiles//
Get the profile with the given profile ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
profiles:read
Responses
Get the profile with the given profile ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
profiles:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/profiles/id/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2023-09-15'