Get subscription

Retrieves a subscription and its linked members by subscription ID. This endpoint is intended for customer/session subscription-management flows; for server integrations, prefer GET /panic-api/v2/customers/{customerId}/subscriptions after resolving the customer through your own records.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

subscriptionIdintegerRequired
Subscription identifier.

Response

Successful.
messagestringOptional
subscriptionobjectOptional
dependentslist of objectsOptional

Errors

401
Unauthorized Error
404
Not Found Error