Retrieve an organization
GET /organization
curl \
-X 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"
}