Public APIError codes
Public APIError codes
Feature not enabled on this plan (feature_not_enabled)
What the GetItDone API problem code feature_not_enabled (HTTP 403) means, what causes it, and how to fix it.
- HTTP status: 403
- Problem type URI: https://nowgetitdone.com/docs/api/problems/feature-not-enabled
What it means
The operation belongs to a capability the current plan does not include — a PLAN gate, distinct from a used-up allowance.
Likely causes
- Outbound webhooks were called on a Free workspace (they are Pro+).
How to fix
- Upgrade the workspace to a plan that includes the capability.
- Check the operation’s entitlement note on its reference page.
Example problem+json
{
"type": "https://nowgetitdone.com/docs/api/problems/feature-not-enabled",
"title": "Feature not enabled on this plan",
"status": 403,
"code": "feature_not_enabled",
"request_id": "req_a1b2c3d4"
}