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