Technology Partners
GET Billing Plan Details for a Client Account
Use this GET method to return billing plan details for a client's Constant Contact account. If you are not on the latest billing plan, contact the Constant Contact Partner Team. However, older billing plans and plan_type enum values will continue to be supported. Only technology partners can access partner endpoints and partner endpoints cannot be tested using the API reference tester. For more use case information, see Get Billing Plan Details for a Client Account in the API guide.
get/partner/accounts/{encoded_account_id}/plan
Path parameters
encoded_account_idstring required
Specify the client's unique encoded_account_id.
Response
Request successful.
Example response
{
"plan_type": "GOLD",
"current_tiers": [
{
"usage_type": "CONTACTS",
"current_usage": 10,
"tier": 1,
"tier_max": 500,
"price": 20,
"currency_code": "USD"
}
],
"billing_status": "Open",
"billing_day_of_month": 15
}