# Get Preferred Regions for Tenant API to get the preferred country/region list for a tenant. Returns an empty countries array if no regions have been set. Endpoint: GET /v2/preferred-regions Version: 1.0.0 Security: apiKey ## Response 200 fields (application/json): - `content` (object) - `content.tenant_id` (string) Unique identifier for the tenant - `content.countries` (array) List of preferred country codes Example: ["AU","IN","US"] - `content.created_by` (string) The user who created the preferred regions - `content.created_at` (string) Timestamp of when the preferred regions were first created - `content.updated_by` (string) The user who last updated the preferred regions - `content.updated_at` (string) Timestamp of when the preferred regions were last updated ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)