Skip to main content

Create managed organization

POST 

/organizations/organization/managed

Create a new managed organization within an existing organization

Scopes

  • managed_organizations

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    organization

    object

    required

    All 'organization[]' params are mutually exclusive, only one can be provided.

    id string
    sub_domain string
    name stringrequired
    sub_domain stringrequired

    annotations

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

Responses

Create a new managed organization within an existing organization

Schema

    organization

    object

    required

    id string
    name string
    sub_domain string
    infrastructure_domain string
    created_at integer
    activated_at integernullable
    suspended boolean
    managed boolean
    billing_name stringnullable
    address1 stringnullable
    address2 stringnullable
    address3 stringnullable
    address4 stringnullable
    postcode stringnullable
    vat_number stringnullable
    phone_number stringnullable

    currency

    object

    id string
    name string
    iso_code string
    symbol string

    country

    object

    nullable

    id string
    name string
    iso_code2 string
    iso_code3 string
    time_zone stringnullable
    eu boolean

    country_state

    object

    nullable

    id string
    name string
    code string

    country

    object

    id string
    name string
    iso_code2 string
    iso_code3 string
    time_zone stringnullable
    eu boolean

    annotations

    object[]

    required

  • Array [

  • key stringrequired
    value string
  • ]

Loading...