push carries only user-tier privileges in scope_priv, so a Basic User or Office Manager token can only act on its own user (/domains/{domain}/users/{user}/push where {user} is the token's own uid). Reseller and Super User tokens reach the domain- and system-scoped forms via their wildcard scope rows.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//push?push-device=undefined&push-network=undefined&limit=undefined&start=undefined&sort=undefined&user=undefined&push-device-token=undefined&push-test=undefined' \
--header 'Authorization: Bearer <token>'[
{
"push-device-token": "a1b2c3d4e5f6...",
"domain": "example.com",
"user": "1001",
"push-device": "sip:1001_device@example.com",
"push-network": "apns",
"push-test": "no"
}
]