API Reference
Organisation
Purpose
This group contains endpoints tagged together in the OpenAPI spec. Use the summaries below to understand what each endpoint does.
When to use
- Prefer calling APIs from your backend to avoid exposing secrets.
- Handle errors consistently and log request IDs for support.
Endpoints (6)
Click an endpoint to jump to its details.
/organisationsList my organisations
/organisationsCreate an organisation (merchant registers their org)
/organisations/{id}Delete organisation (owner only)
/organisations/{id}Get one organisation (owner or admin)
/organisations/{id}Update organisation (owner: name, logo; admin: maxApiKeys)
/organisations/{id}/delete-verificationSend email verification code to delete organisation
/organisationsList my organisations
No detailed description provided for this operation in the OpenAPI spec.
/organisationsCreate an organisation (merchant registers their org)
No detailed description provided for this operation in the OpenAPI spec.
/organisations/{id}Delete organisation (owner only)
Requires X-Step-Up-Token, twoFactorCode (2FA), or emailCode from POST /:id/delete-verification.
/organisations/{id}Get one organisation (owner or admin)
No detailed description provided for this operation in the OpenAPI spec.
/organisations/{id}Update organisation (owner: name, logo; admin: maxApiKeys)
No detailed description provided for this operation in the OpenAPI spec.
/organisations/{id}/delete-verificationSend email verification code to delete organisation
Sends a 6-digit code to the organisation owner email (15 min). Use emailCode on DELETE, or use 2FA / step-up instead.