HTTP 403Feature not available on the current plan

feature_not_enabled

Your plan does not include this feature at all — distinct from quota_exhausted, where the plan includes it but this period's allowance is used up. Retrying will not help; upgrading will.

This page is where the problem type URI https://usepostify.com/docs/api/problems/feature-not-enabled resolves.

Common causes

  • The workspace's plan doesn't include API access or the specific metered feature.
  • A downgrade removed a feature the integration relied on.

How to fix

  • Upgrade the workspace's plan in Settings → Billing.
  • Compare plan API allowances on the rate limits table.

Example response

403 · application/problem+json
{
  "type": "https://usepostify.com/docs/api/problems/feature-not-enabled",
  "title": "Feature not available on the current plan",
  "status": 403,
  "code": "feature_not_enabled",
  "detail": "The current plan does not include API access.",
  "request_id": "req_6f1f8a2b40d34cd2a6f1e2c9b8d7a601"
}