Retrieve an organization

GET /organization

Responses

  • 200 application/json

    200

    Hide response attributes Show response attributes object
    • id string(uuid)

      Organization ID

    • name string

      Organization name

    • address string

      Organization address

    • postcode string

      Organization postcode

    • city string

      Organization city

    • country string

      Organization country

    • balance number

      Organization balance

    • currency string

      Organization currency

GET /organization
curl \
 --request GET 'https://api-ch-gva-2.exoscale.com/v2/organization'
Response examples (200)
{
  "id": "string",
  "name": "string",
  "address": "string",
  "postcode": "string",
  "city": "string",
  "country": "string",
  "balance": 42.0,
  "currency": "string"
}