Skip to main content

Method

GET /v1/ref/regions

Description

Returns the static list of regions used for reporting, tax, and localization logic. The payload includes both high-level geographic regions (for example af, eu, na) and economic groupings like eu-union, schengen, or nafta.

Headers

Authorization
string
required
Bearer token (for example Authorization: Bearer YOUR_API_KEY)

Response

{
  "items": [
    {
      "name": "Africa",
      "code": "af",
      "slug": "africa"
    },
    {
      "name": "European Union",
      "code": "eu-union",
      "slug": "european-union"
    }
  ]
}
Use these codes to interpret the region value returned by /v1/ref/countries or other endpoints that rely on the shared accounting regions schema.