Skip to main content

OrganisationsListResponsePublic

organisations object[]
  • Array [
  • 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
  • ]
  • OrganisationsListResponsePublic
    {
    "organisations": [
    {
    "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
    }
    ]
    }