GET /v1/feed/subscriptions/status
Service: community · operationId: (none)
Required scopes
(no scope declared — review service config)
Query parameters
subscriber_id(string) required —target_type(string) required —target_id(string) required —brand_id(string) required —
Responses
200 Subscription status
{
"type": "object",
"properties": {
"subscribed": {
"type": "boolean"
}
},
"required": [
"subscribed"
]
}Example
curl -X GET https://community.platform.loop.health/v1/feed/subscriptions/status \
-H "Authorization: Bearer $ACCESS_TOKEN"Related
services/community— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced