---
title: "GET /api/organizations/{id}"
method: GET
path: "/api/organizations/{id}"
tags: ["api", "organizations"]
---

# GET /api/organizations/{id}

`GET /api/organizations/{id}`

Get an Organization

## Path parameters

- `id` string, required

## Response `200`

OK

- GETOrganizationsGetAnOrganization200Response
  - `name` string, required — The name of the organization
  - `image` string, required — The image url of the organization
  - `legalSettings` object
    - `imprint` string — The imprint of the organization
    - `agb` string — The terms and conditions of the organization
    - `privacy` string — The privacy policy of the organization
    - `accessibility` string — The accessibility policy of the organization
  - `ticketSettings` object
    - `disclaimer` string, nullable — The ticket disclaimer of the organization
  - `branding` object
    - `favicon` string — The favicon url of the organization
    - `footerLogo` string — The footer logo url of the organization
    - `backgroundImage` string — The background image url of the organization
  - `billingSettings` object
    - `currency` 'EUR' | 'USD' | 'GBP' | 'AUD' | 'CHF' | 'THB' | 'ILS' | 'COP' | 'MXN' | 'DKK' | 'NOK' | 'SEK' | 'QAR' | 'CAD' | 'ISK' | 'GTQ' | 'INR' | 'DOP' | 'SGD' | 'PLN' | 'SAR' | 'TTD' | 'ZAR' | 'KYD' | 'HKD' | 'CZK' | 'KRW' | 'JPY' | 'NZD' | 'AED' | 'MAD' | 'TWD' | 'BRL' | 'BWP' | 'NAD' | 'KES' | 'SCR' | 'TRY' | 'SZL' | 'LSL' | 'TZS' | 'UGX' | 'ZMW' | 'ZWG' | 'GHS' | 'NGN' | 'SLE' | 'LRD' | 'XOF' | 'XAF' | 'GEL' | 'IDR' | 'ARS' | 'CRC' | 'HUF' | 'EGP' | 'MYR' | 'VND' | 'PHP' | 'MWK' — An ISO 4217 3-character code of the currency
    - `fees` object
      - `ticketFee` number, float
      - `freeTicketFee` number, float
      - `cartFee` number, float
      - `freeCartFee` number, float
      - `posTicketFee` number, float
      - `posFreeTicketFee` number, float
    - `taxId` string, nullable — The Tax-ID of the organization
  - `address` object
    - `fullAddress` string, nullable — Optional full address
    - `street` string, nullable — The street of the address. Street name including number.
    - `line2` string, nullable — The additional field of the address.
    - `postal` string, nullable — The postal code of the address.
    - `city` string, nullable — The city of the address.
    - `country` string, nullable — The country of the address. An ISO 3166 country code.
    - `state` string, nullable — The state of the address. If applicable
  - `owner` 'de_vivenu_gmbh' | 'us_vivenu_inc' | 'ch_vivenu_switzerland_gmbh' — Owner of the organization

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
