For the complete documentation index, see llms.txt. This page is also available as Markdown.

Retrieve Subscription

GET /subscriptions/{subscription.id}

Response Subscription Object

{
    "id": "sub_sg189b9a717380000",
    "created_at": 1691036883,
    "subscription_plan_id": "sbp_sg189b9a705040000",
    "token_id": "tkn_sg189b9a70bf40002",
    "status_code": "active"
}

Last updated

Was this helpful?