Retrieve an organization

GET /organization

Responses

  • 200 application/json

    200

    Hide response attributes Show response attributes object

    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"
}