Die Dokumentation steht nur in Englisch zur Verfügung.

Regions API Endpoints

Fetch all available Nodion Regions with our API.

Contents

Get Regions

To list all available regions you can simply send a GET request to the following endpoint.

https://api.nodion.com/v1/regions

Required Headers: Authorization

Example Response:

  {
    "regions": [
      {
        "id": "2b7c0c76-05db-47c8-b9ed-2ca22654ec9f",
        "name": "Frankfurt, DE",
        "slug": "fra"
      }
    ]
  }