Subscriptions
Get Subscription Details
Retrieves the details of a specific subscription.
GET
Get Subscription Details
Authorizations
Auth0 JWT token for user authentication.
Path Parameters
The unique identifier for the workspace.
Example:
"ws_abc123"
The unique identifier for the billing account (Stripe customer ID).
Example:
"cus_abc123"
The unique identifier for the subscription (Stripe subscription ID).
Example:
"sub_abc123"
Response
200 - application/json
Subscription details.
The response is of type object
.
Get Subscription Details