Organization Required
400integrationhttps://inputbuffer.io/docs/api/problems/org-required
What it means
A session-authenticated request didn't say which organization it's for.
This usually points at your integration's setup rather than anything the end user did. Show the end user a generic message like "Something went wrong on our end.", and log detail for your own debugging.
How to fix it
- 1.
Missing the X-Organization-Slug (or X-Organization-Id) header on a cookie/session request.
Add the header. This only applies to session auth; API token requests resolve their org from the token itself and never need it.
Where this happens
A session-auth calling-convention requirement, not tied to a specific endpoint. it applies to any cookie-authenticated call to /api/v0/, and never to API token requests.