Check subscription presence
Lightweight presence check for onboarding and dashboard layout: whether the user has any feed (article) or podcast subscriptions.
Authorization
Bearer AuthorizationBearer <token>
API key (glanced_live_…). Required on operations marked with this scheme; rejected elsewhere.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/subscriptions/check"{ "feed": false, "podcast": false}How is this guide?