grv_pub_, sent as X-API-Key or Authorization: Bearer). Rate limit: 240 req/min per key.
Subscribe
Subscriptions upsert by (app, deviceToken, tokenType, channel): re-registering updates rather than duplicates. Returns 201 on create, 200 on update.
List a device’s subscriptions
Unsubscribe
channel + tokenType, removes that one subscription. With deviceToken alone, wipes every subscription for the device (logout). Returns { "removed": <count> }.