Automotion docs

WEBHOOKS_NOT_ALLOWED

webhook_url requires a paid plan with the webhooks perk.

HTTP status: 403

What it means

webhook_url requires a paid plan with the webhooks perk.

Why it happens

  • You passed webhook_url on a render, but webhooks require a paid plan (any of Starter, Pro or Studio).

How to fix it

Example

Every non-2xx response uses the same envelope; path (when present) is the exact JSON path of the offending field, and requestId identifies the request in support conversations:

response.json
{
  "error": {
    "code": "WEBHOOKS_NOT_ALLOWED",
    "message": "\"webhook_url\" is available on all paid plans. Subscribe at https://automotion.dev/pricing to receive render webhooks.",
    "docsUrl": "https://automotion.dev/docs/errors/webhooks_not_allowed"
  },
  "requestId": "req_0123456789abcdef0123456789abcdef"
}

See the error index for the full catalog and the API overview for envelope semantics.

On this page