get https://a.klaviyo.com/api/push-tokens//relationships/profile
Return the ID of the profile associated with the given push token.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
profiles:read
push-tokens:read
Responses
Return the ID of the profile associated with the given push token.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
profiles:read
push-tokens:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/push-tokens/id/relationships/profile \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-04-15'
xxxxxxxxxx
{
"data": {
"type": "profile",
"id": "01GDDKASAP8TKDDA2GRZDSVP4H"
}
}