Skip to main content

Method

PATCH /v1/organizations/:id

Path Parameters

uuid
required
Organization ID.

Body Parameters

Any subset of the fields accepted by the create endpoint:
  • name
  • legalName / legal_name
  • email
  • phone
  • description
  • taxId / tax_id
  • kind
  • billingAddress / billing_address
  • visitingAddress / visiting_address
  • metadata

Headers

string
Bearer token with organizations:write scope.
string
application/json

Request Example

Response

Fields omitted from the payload remain unchanged. Passing null sets nullable fields (like metadata) to null.