cURL
curl --request GET \ --url https://dev-billing-api.spectertech.ai/api/v1/subscriptions/{externalCustomerId}
{ "id": "<string>", "planId": "<string>", "customerId": "<string>" }
Retrieve detailed information about a specific subscription using its external customer ID.
Unique external customer ID
OK - Successful response
Unique identifier of the subscription
Unique identifier of the plan associated with the subscription
Unique identifier of the customer associated with the subscription