Skip to content
Talk to our solutions team

Error Codes

Errors are returned as { "code": "…", "message": "…" }.

CodeHTTPMeaning
integrate-json-request-parse-failed400Malformed request body
integrate-empty-integration-name400No integration name in the request
integrate-integration-not-found400No integration by that name for the tenant
integrate-inactive-integration400The integration is active: false
integrate-duplicate-integration-name400Two integrations in the tenant declare the same name (load-time)

Connector calls surface the upstream result: a connector whose endpoint fails returns a 400 with the upstream error; a connector path that matches no definition returns 404. Data-surface denials return 403 (v2.requires_admin / v2.requires_superadmin).