API ReferenceapicommunityGET /v1/feed/subscriptions/status

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"