Skip to main content

OrganisationsListResponse

organisations object[]
  • Array [
  • statusstring

    Possible values: [i-am-teapot, draft, active, setup, suspended, archived]

    Default value: draft
    ksuidstring

    ID of the organisation

    organisationstring

    Short slug used to represent the org

    namestringrequired

    The name of the organisation.

    Possible values: >= 2 characters

    account_idstring

    The Stripe account ID associated with the organisation

    bannerstring

    URL to the banner image for the organisation

    banner_overlaystring

    URL to the banner overlay image for the organisation

    logostring

    URL to the logo image for the organisation

    css_varsstring

    CSS variables for the organisation used to customise SOLO templates

    descriptionstring
    created_atdate-time
    updated_atdate-time
    versioninteger
    historyobject[]
  • ]
  • OrganisationsListResponse
    {
    "organisations": [
    {
    "status": "draft",
    "ksuid": "string",
    "organisation": "string",
    "name": "string",
    "account_id": "string",
    "banner": "string",
    "banner_overlay": "string",
    "logo": "string",
    "css_vars": "string",
    "description": "string",
    "created_at": "2024-07-29T15:51:28.071Z",
    "updated_at": "2024-07-29T15:51:28.071Z",
    "version": 0,
    "history": [
    {}
    ]
    }
    ]
    }