Returns the active subscription for the current device and application.
utilsio_device cookie. If the device cookie is not present, the API returns {success: true, subscription: null} with a 200 status code.| Method | Path | Description |
|---|---|---|
GET | /subscription | Retrieves the active subscription for a specific device and application |
null if no subscription exists.| Status | Meaning | When |
|---|---|---|
200 | Success | Subscription found or not found (both return success: true) |
401 | Unauthorized | Missing or invalid signature |
403 | Forbidden | Invalid app ID |
500 | Server Error | Internal error occurred |