Skip to main content
GET
/
v1
/
billing
/
subscriptions
/
me
Current active subscription
curl --request GET \
  --url https://api.polyfeed.dev/v1/billing/subscriptions/me
{
  "id": "c8a3d2e1-7f4b-4d9e-b2c5-1a3e5d7f9b6c",
  "tierId": "27b20245-02d0-45b1-98a2-55263dc5c8ec",
  "startsAt": "2026-05-12T17:00:00.000Z",
  "expiresAt": "2026-06-11T17:00:00.000Z"
}

Documentation Index

Fetch the complete documentation index at: https://polyfeed.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json
object | null

OK

id
string
required
tierId
string
required
startsAt
string<date-time>
required
expiresAt
string<date-time>
required