get https://a.klaviyo.com/api/push-tokens
Return push tokens associated with company.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
profiles:read
push-tokens:read
Responses
Return push tokens associated with company.
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?page[size]=20' \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-04-15'
xxxxxxxxxx
91}
{
"data": [
{
"type": "push-token",
"id": "string",
"attributes": {
"created": "2022-11-08T00:00:00+00:00",
"token": "string",
"enablement_status": "AUTHORIZED",
"platform": "android",
"vendor": "string",
"background": "string",
"recorded_date": "string",
"metadata": {
"device_id": "1234567890",
"klaviyo_sdk": "swift",
"sdk_version": "1.0.0",
"device_model": "iPhone12,1",
"os_name": "ios",
"os_version": "14.0",
"manufacturer": "Apple",
"app_name": "Klaviyo",
"app_version": "1.0.0",
"app_build": "1",
"app_id": "com.klaviyo.app",