Get customer's current plan

Retrieves the currently active plan subscription for a customer by their external ID. Returns the plan details and subscription information.

Authentication

AuthorizationBearer

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

Query parameters

customerExternalIdstringRequired
The external ID of the customer

Response

Success response
planobject or null
The plan details, or null if the customer has no active plan
subscriptionobject or null
The subscription details, or null if the customer has no active plan

Errors