Get Subscription
Legacy subscription helper endpoint. This page is excluded from the API-key frontend docs scope.
POST
Get subscription
Retrieves subscription details for a specific Stripe subscription.
Endpoint:
Headers:
Parameters:
Error Responses:
Request
Method:POSTEndpoint:
/api/get-subscriptionHeaders:
Content-Type:application/jsonOrigin: Must match the configured app URL
subscriptionId(string, required): The Stripe subscription ID
Response
Success Response (200):400 Bad Request: Subscription ID is required403 Forbidden: Unauthorized origin404 Not Found: Subscription not found500 Internal Server Error: Server error
Example
Notes
- This endpoint requires the request to come from the configured app URL
- Returns key subscription information including status and billing periods
- Only accessible from the official Phonely application
Last modified on March 21, 2026
Get subscription

