Get Subscription
GET/subscriptions/:id
Retrieves the complete details of an existing subscription by its unique ID.
This endpoint returns comprehensive information about the subscription, including:
- Current status and lifecycle details (active, paused, canceled)
- Billing configuration (amount, currency, interval)
- Schedule information (current period, next payment date)
- Customer and payment method details
- Payment history (including last payment status)
- Trial period information (if applicable)
Use this endpoint to check subscription status, verify billing details, or retrieve information needed for customer support inquiries.
Request
Responses
- 200
- 400
- 401
- 404
- 422
- 500
- 503
A subscription object
The request is incorrect or could not be processed
Unauthorized error. Please check your auth credentials
The specified resource was not found
The request was well-formed but could not be processed due to semantic errors
Unexpected server error
The service is temporarily unavailable