v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Organization Management

Patch Organization In Federation

patch/organizations/{organization_id}

Path parameters

organization_idstring uuid required

Request body

namestring nullable
external_idstring nullable

Response

Successful Response

idstring uuid required

The unique identifier of the Organization.

namestring nullable required

The name of the Organization.

domain_namestring nullable required

The domain name of the Organization.

type'neobank' | 'community_bank' | 'credit_union' | 'regional_bank' | 'national_bank' | 'fintech' | 'smb_lender' | 'merchant_cash_advanced' | 'processor' | 'infrastructure' | 'other' required
external_idstring nullable required

An external identifier for referencing the Organization using the ID from a namespace in an external system.

webhooks_version'0.8' | '1.0' | '2.0' | '2.0' required

Example response

{
  "id": "83664b45-0a6c-48a4-8e20-3316c4ea3655",
  "name": "The Avengers",
  "domain_name": "avengers.com",
  "external_id": "c6bb13ea-a3a5-495d-b160-515272f5a205",
  "applications": [
    {
      "name": "The Avengers",
      "enabled": true
    }
  ]
}