Organizations API
Tenant metadata, membership, invitations.
Routes under /api/Organization/... (casing may match your host) cover tenant metadata, membership, invitations, and tenant-scoped lists aligned with the organization workspace in the dashboard.
Typical integration sequence
- Authenticate as a vendor operator (JWT).
- List organizations or fetch a tenant by id.
- Create or revoke invitations; accept flows as documented for your environment.
- Link products using
/api/Products/...routes scoped to that tenant.
