Skip to content

Locations

SDK Reference · Resource

Locations

Browse locations, networks, and providers available for proxy targeting.

method

listAsns()

List available autonomous systems

Returns targetable ASNs for the selected package. Geo-scoped records include the country, region, or city where the ASN can be selected.

Signature

Promiseclient.locations.listAsns(options: LocationsListAsnsOptions): Promise<LocationsListAsnsResponse>

Parameters

NameTypeRequirementDescription
codestringOptional—
countryCodestringOptional—
globalbooleanOptionalSet to true to return only globally targetable ASNs.
limitnumberOptionalNumber of results to return per page.
namestringOptional—
offsetnumberOptionalThe initial index from which to return the results.
orderingstringOptionalWhich field to use when ordering the results.
packageIdstringRequiredPackage whose targeting availability should be returned.
searchstringOptionalCase-insensitive partial search across ASN fields: `code` and `name`. Separate multiple terms with spaces or commas; every term must match at least one listed field.
acceptLanguagestringOptionalPreferred language for human-readable API errors. Supported languages: en, ru, uk, de, it, fr, es, zh-hans, ja. Regional language tags and quality weights are accepted; unsupported or omitted values use English.

Example

const result = await client.locations.listAsns({
packageId: "550e8400-e29b-41d4-a716-446655440000"
});

Returns

PaginatedLocationASNRecordList

The operation completed successfully.

typePaginatedLocationASNRecordList4fields
count
number
Required
—
next
string
Optional
—
previous
string
Optional
—
results
LocationASNRecord[]
Required
—
typeLocationASNRecord3fields
code
string
Required
—
name
string
Required
—
geo
LocationASNGeoItem[]
Optional
—
typeLocationASNGeoItem3fields
country
LocationCodeName
Required
—
typeLocationCodeName2fields
code
string
Required
—
name
string
Required
—
region
LocationCodeName
Optional
—
typeLocationCodeName2fields
code
string
Required
—
name
string
Required
—
city
LocationCodeName
Optional
—
typeLocationCodeName2fields
code
string
Required
—
name
string
Required
—

Throws

ApiError

Normalized API, transport, and response processing failure.

  • kind: "validation"The request arguments or business rules are invalid.
  • kind: "authentication"Authentication credentials are missing, expired, or invalid.
  • kind: "permission"The authenticated account cannot perform this operation.
  • kind: "network"The request could not reach ProxyRequest.
  • kind: "unexpected"The response could not be decoded or did not match the SDK contract.
Advanced variants
  • client.locations.listAsnsWithResponse(options): Promise<ApiResponse<LocationsListAsnsResponse>>

    Returns response status, headers, ETag and idempotency metadata with the decoded data.

method

listCities()

List available cities

Returns cities supported by the selected package, country, and region, including targetable ISPs. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.

Signature

Promiseclient.locations.listCities(options: LocationsListCitiesOptions): Promise<LocationsListCitiesResponse>

Parameters

NameTypeRequirementDescription
codestringOptional—
countryCodestringOptional—
includeAsnsbooleanOptionalThe asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
limitnumberOptionalNumber of results to return per page.
namestringOptional—
offsetnumberOptionalThe initial index from which to return the results.
orderingstringOptionalWhich field to use when ordering the results.
packageIdstringRequiredPackage whose targeting availability should be returned.
regionCodestringOptional—
searchstringOptionalCase-insensitive partial search across City fields: `code` and `name`. Separate multiple terms with spaces or commas; every term must match at least one listed field.
acceptLanguagestringOptionalPreferred language for human-readable API errors. Supported languages: en, ru, uk, de, it, fr, es, zh-hans, ja. Regional language tags and quality weights are accepted; unsupported or omitted values use English.

Example

const result = await client.locations.listCities({
packageId: "550e8400-e29b-41d4-a716-446655440000"
});

Returns

PaginatedCityList

The operation completed successfully.

typePaginatedCityList4fields
count
number
Required
—
next
string
Optional
—
previous
string
Optional
—
results
City[]
Required
—
typeCity7fields
id
string
Optional
—
code
string
Required
Raw city code as it appears in the source data. los_angeles paris
name
string
Required
English display name of the city used across the admin and API responses.
country
LocationCountrySummary
Required
—
typeLocationCountrySummary3fields
code
string
Required
—
name
string
Required
—
original_name
string
Optional
—
region
LocationRegionSummary
Required
—
typeLocationRegionSummary3fields
code
string
Required
—
name
string
Required
—
original_name
string
Optional
—
isps
LocationCodeName[]
Required
—
typeLocationCodeName2fields
code
string
Required
—
name
string
Required
—
asns
LocationCodeName[]
Required
The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
typeLocationCodeName2fields
code
string
Required
—
name
string
Required
—

Throws

ApiError

Normalized API, transport, and response processing failure.

  • kind: "validation"The request arguments or business rules are invalid.
  • kind: "authentication"Authentication credentials are missing, expired, or invalid.
  • kind: "permission"The authenticated account cannot perform this operation.
  • kind: "network"The request could not reach ProxyRequest.
  • kind: "unexpected"The response could not be decoded or did not match the SDK contract.
Advanced variants
  • client.locations.listCitiesWithResponse(options): Promise<ApiResponse<LocationsListCitiesResponse>>

    Returns response status, headers, ETag and idempotency metadata with the decoded data.

method

getCity()

Get a city

Returns one city and its available network targeting options. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.

Signature

Promiseclient.locations.getCity(options: LocationsGetCityOptions): Promise<LocationsGetCityResponse>

Parameters

NameTypeRequirementDescription
idstringRequired—
includeAsnsbooleanOptionalThe asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
packageIdstringRequiredPackage whose targeting availability should be returned.
acceptLanguagestringOptionalPreferred language for human-readable API errors. Supported languages: en, ru, uk, de, it, fr, es, zh-hans, ja. Regional language tags and quality weights are accepted; unsupported or omitted values use English.

Example

const result = await client.locations.getCity({
id: "550e8400-e29b-41d4-a716-446655440000",
packageId: "550e8400-e29b-41d4-a716-446655440000"
});

Returns

City

The operation completed successfully.

typeCity7fields
id
string
Optional
—
code
string
Required
Raw city code as it appears in the source data. los_angeles paris
name
string
Required
English display name of the city used across the admin and API responses.
country
LocationCountrySummary
Required
—
typeLocationCountrySummary3fields
code
string
Required
—
name
string
Required
—
original_name
string
Optional
—
region
LocationRegionSummary
Required
—
typeLocationRegionSummary3fields
code
string
Required
—
name
string
Required
—
original_name
string
Optional
—
isps
LocationCodeName[]
Required
—
typeLocationCodeName2fields
code
string
Required
—
name
string
Required
—
asns
LocationCodeName[]
Required
The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
typeLocationCodeName2fields
code
string
Required
—
name
string
Required
—

Throws

ApiError

Normalized API, transport, and response processing failure.

  • kind: "validation"The request arguments or business rules are invalid.
  • kind: "authentication"Authentication credentials are missing, expired, or invalid.
  • kind: "permission"The authenticated account cannot perform this operation.
  • kind: "not_found"The requested resource does not exist.
  • kind: "network"The request could not reach ProxyRequest.
  • kind: "unexpected"The response could not be decoded or did not match the SDK contract.
Advanced variants
  • client.locations.getCityWithResponse(options): Promise<ApiResponse<LocationsGetCityResponse>>

    Returns response status, headers, ETag and idempotency metadata with the decoded data.

method

listContinents()

List available continents

Returns continents containing at least one country supported by the selected package's active proxy providers.

Signature

Promiseclient.locations.listContinents(options: LocationsListContinentsOptions): Promise<LocationsListContinentsResponse>

Parameters

NameTypeRequirementDescription
codestringOptional—
limitnumberOptionalNumber of results to return per page.
namestringOptional—
offsetnumberOptionalThe initial index from which to return the results.
orderingstringOptionalWhich field to use when ordering the results.
packageIdstringRequiredPackage whose targeting availability should be returned.
searchstringOptionalCase-insensitive partial search across Continent fields: `code` and `name`. Separate multiple terms with spaces or commas; every term must match at least one listed field.
acceptLanguagestringOptionalPreferred language for human-readable API errors. Supported languages: en, ru, uk, de, it, fr, es, zh-hans, ja. Regional language tags and quality weights are accepted; unsupported or omitted values use English.

Example

const result = await client.locations.listContinents({
packageId: "550e8400-e29b-41d4-a716-446655440000"
});

Returns

PaginatedContinentList

The operation completed successfully.

typePaginatedContinentList4fields
count
number
Required
—
next
string
Optional
—
previous
string
Optional
—
results
Continent[]
Required
—
typeContinent3fields
id
string
Optional
—
code
string
Required
Two-letter ISO 3166-1 alpha-2 country code. Must be unique. us de fr
name
string
Required
English display name of the country used across the admin and API responses.

Throws

ApiError

Normalized API, transport, and response processing failure.

  • kind: "validation"The request arguments or business rules are invalid.
  • kind: "authentication"Authentication credentials are missing, expired, or invalid.
  • kind: "permission"The authenticated account cannot perform this operation.
  • kind: "network"The request could not reach ProxyRequest.
  • kind: "unexpected"The response could not be decoded or did not match the SDK contract.
Advanced variants
  • client.locations.listContinentsWithResponse(options): Promise<ApiResponse<LocationsListContinentsResponse>>

    Returns response status, headers, ETag and idempotency metadata with the decoded data.

method

getContinent()

Get a continent

Returns one continent from the proxy targeting dictionary.

Signature

Promiseclient.locations.getContinent(options: LocationsGetContinentOptions): Promise<LocationsGetContinentResponse>

Parameters

NameTypeRequirementDescription
idstringRequired—
packageIdstringRequiredPackage whose targeting availability should be returned.
acceptLanguagestringOptionalPreferred language for human-readable API errors. Supported languages: en, ru, uk, de, it, fr, es, zh-hans, ja. Regional language tags and quality weights are accepted; unsupported or omitted values use English.

Example

const result = await client.locations.getContinent({
id: "550e8400-e29b-41d4-a716-446655440000",
packageId: "550e8400-e29b-41d4-a716-446655440000"
});

Returns

Continent

The operation completed successfully.

typeContinent3fields
id
string
Optional
—
code
string
Required
Two-letter ISO 3166-1 alpha-2 country code. Must be unique. us de fr
name
string
Required
English display name of the country used across the admin and API responses.

Throws

ApiError

Normalized API, transport, and response processing failure.

  • kind: "validation"The request arguments or business rules are invalid.
  • kind: "authentication"Authentication credentials are missing, expired, or invalid.
  • kind: "permission"The authenticated account cannot perform this operation.
  • kind: "not_found"The requested resource does not exist.
  • kind: "network"The request could not reach ProxyRequest.
  • kind: "unexpected"The response could not be decoded or did not match the SDK contract.
Advanced variants
  • client.locations.getContinentWithResponse(options): Promise<ApiResponse<LocationsGetContinentResponse>>

    Returns response status, headers, ETag and idempotency metadata with the decoded data.

method

listCountries()

List available countries

Returns countries supported by the selected package, including targetable ISPs. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.

Signature

Promiseclient.locations.listCountries(options: LocationsListCountriesOptions): Promise<LocationsListCountriesResponse>

Parameters

NameTypeRequirementDescription
codestringOptional—
includeAsnsbooleanOptionalThe asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
limitnumberOptionalNumber of results to return per page.
namestringOptional—
offsetnumberOptionalThe initial index from which to return the results.
orderingstringOptionalWhich field to use when ordering the results.
packageIdstringRequiredPackage whose targeting availability should be returned.
searchstringOptionalCase-insensitive partial search across Country fields: `code` and `name`. Separate multiple terms with spaces or commas; every term must match at least one listed field.
acceptLanguagestringOptionalPreferred language for human-readable API errors. Supported languages: en, ru, uk, de, it, fr, es, zh-hans, ja. Regional language tags and quality weights are accepted; unsupported or omitted values use English.

Example

const result = await client.locations.listCountries({
packageId: "550e8400-e29b-41d4-a716-446655440000"
});

Returns

PaginatedCountryList

The operation completed successfully.

typePaginatedCountryList4fields
count
number
Required
—
next
string
Optional
—
previous
string
Optional
—
results
Country[]
Required
—
typeCountry6fields
id
string
Optional
—
code
string
Required
Two-letter ISO 3166-1 alpha-2 country code. Must be unique. us de fr
name
string
Required
English display name of the country used across the admin and API responses.
original_name
string
Optional
Native-language name of the country as it appears in the source data. Deutschland Français
isps
LocationCodeName[]
Required
—
typeLocationCodeName2fields
code
string
Required
—
name
string
Required
—
asns
LocationCodeName[]
Required
The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
typeLocationCodeName2fields
code
string
Required
—
name
string
Required
—

Throws

ApiError

Normalized API, transport, and response processing failure.

  • kind: "validation"The request arguments or business rules are invalid.
  • kind: "authentication"Authentication credentials are missing, expired, or invalid.
  • kind: "permission"The authenticated account cannot perform this operation.
  • kind: "network"The request could not reach ProxyRequest.
  • kind: "unexpected"The response could not be decoded or did not match the SDK contract.
Advanced variants
  • client.locations.listCountriesWithResponse(options): Promise<ApiResponse<LocationsListCountriesResponse>>

    Returns response status, headers, ETag and idempotency metadata with the decoded data.

method

getCountry()

Get a country

Returns one country and its available network targeting options. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.

Signature

Promiseclient.locations.getCountry(options: LocationsGetCountryOptions): Promise<LocationsGetCountryResponse>

Parameters

NameTypeRequirementDescription
idstringRequired—
includeAsnsbooleanOptionalThe asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
packageIdstringRequiredPackage whose targeting availability should be returned.
acceptLanguagestringOptionalPreferred language for human-readable API errors. Supported languages: en, ru, uk, de, it, fr, es, zh-hans, ja. Regional language tags and quality weights are accepted; unsupported or omitted values use English.

Example

const result = await client.locations.getCountry({
id: "550e8400-e29b-41d4-a716-446655440000",
packageId: "550e8400-e29b-41d4-a716-446655440000"
});

Returns

Country

The operation completed successfully.

typeCountry6fields
id
string
Optional
—
code
string
Required
Two-letter ISO 3166-1 alpha-2 country code. Must be unique. us de fr
name
string
Required
English display name of the country used across the admin and API responses.
original_name
string
Optional
Native-language name of the country as it appears in the source data. Deutschland Français
isps
LocationCodeName[]
Required
—
typeLocationCodeName2fields
code
string
Required
—
name
string
Required
—
asns
LocationCodeName[]
Required
The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
typeLocationCodeName2fields
code
string
Required
—
name
string
Required
—

Throws

ApiError

Normalized API, transport, and response processing failure.

  • kind: "validation"The request arguments or business rules are invalid.
  • kind: "authentication"Authentication credentials are missing, expired, or invalid.
  • kind: "permission"The authenticated account cannot perform this operation.
  • kind: "not_found"The requested resource does not exist.
  • kind: "network"The request could not reach ProxyRequest.
  • kind: "unexpected"The response could not be decoded or did not match the SDK contract.
Advanced variants
  • client.locations.getCountryWithResponse(options): Promise<ApiResponse<LocationsGetCountryResponse>>

    Returns response status, headers, ETag and idempotency metadata with the decoded data.

method

listIsps()

List available internet service providers

Returns ISPs that can be targeted by the selected package and location scope. Use country filters to narrow the result.

Signature

Promiseclient.locations.listIsps(options: LocationsListIspsOptions): Promise<LocationsListIspsResponse>

Parameters

NameTypeRequirementDescription
codestringOptional—
countryCodestringOptional—
limitnumberOptionalNumber of results to return per page.
namestringOptional—
offsetnumberOptionalThe initial index from which to return the results.
orderingstringOptionalWhich field to use when ordering the results.
packageIdstringRequiredPackage whose targeting availability should be returned.
searchstringOptionalCase-insensitive partial search across ISP fields: `code` and `name`. Separate multiple terms with spaces or commas; every term must match at least one listed field.
acceptLanguagestringOptionalPreferred language for human-readable API errors. Supported languages: en, ru, uk, de, it, fr, es, zh-hans, ja. Regional language tags and quality weights are accepted; unsupported or omitted values use English.

Example

const result = await client.locations.listIsps({
packageId: "550e8400-e29b-41d4-a716-446655440000"
});

Returns

PaginatedISPList

The operation completed successfully.

typePaginatedISPList4fields
count
number
Required
—
next
string
Optional
—
previous
string
Optional
—
results
ISP[]
Required
—
typeISP2fields
code
string
Required
Unique internal code used to identify this ISP in location vocabulary entries and provider routing rules. comcast att deutsche_telekom
name
string
Required
Full display name of the Internet Service Provider. Comcast Cable Communications AT&T Services

Throws

ApiError

Normalized API, transport, and response processing failure.

  • kind: "validation"The request arguments or business rules are invalid.
  • kind: "authentication"Authentication credentials are missing, expired, or invalid.
  • kind: "permission"The authenticated account cannot perform this operation.
  • kind: "network"The request could not reach ProxyRequest.
  • kind: "unexpected"The response could not be decoded or did not match the SDK contract.
Advanced variants
  • client.locations.listIspsWithResponse(options): Promise<ApiResponse<LocationsListIspsResponse>>

    Returns response status, headers, ETag and idempotency metadata with the decoded data.

method

listRegions()

List available regions

Returns regions supported by the selected package and country, including targetable ISPs. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.

Signature

Promiseclient.locations.listRegions(options: LocationsListRegionsOptions): Promise<LocationsListRegionsResponse>

Parameters

NameTypeRequirementDescription
codestringOptional—
countryCodestringOptional—
includeAsnsbooleanOptionalThe asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
limitnumberOptionalNumber of results to return per page.
namestringOptional—
offsetnumberOptionalThe initial index from which to return the results.
orderingstringOptionalWhich field to use when ordering the results.
packageIdstringRequiredPackage whose targeting availability should be returned.
searchstringOptionalCase-insensitive partial search across Region fields: `code` and `name`. Separate multiple terms with spaces or commas; every term must match at least one listed field.
acceptLanguagestringOptionalPreferred language for human-readable API errors. Supported languages: en, ru, uk, de, it, fr, es, zh-hans, ja. Regional language tags and quality weights are accepted; unsupported or omitted values use English.

Example

const result = await client.locations.listRegions({
packageId: "550e8400-e29b-41d4-a716-446655440000"
});

Returns

PaginatedRegionList

The operation completed successfully.

typePaginatedRegionList4fields
count
number
Required
—
next
string
Optional
—
previous
string
Optional
—
results
Region[]
Required
—
typeRegion8fields
id
string
Optional
—
code
string
Required
Raw region code as it appears in the source data. Used together with country to form a unique identifier. california ile_de_france
iso31662
string
Optional
ISO 3166-2 subdivision code for this region. US-CA FR-IDF
name
string
Required
English display name of the region used across the admin and API responses.
original_name
string
Optional
Native-language name of the region as it appears in the source data.
country
LocationCountrySummary
Required
—
typeLocationCountrySummary3fields
code
string
Required
—
name
string
Required
—
original_name
string
Optional
—
isps
LocationCodeName[]
Required
—
typeLocationCodeName2fields
code
string
Required
—
name
string
Required
—
asns
LocationCodeName[]
Required
The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
typeLocationCodeName2fields
code
string
Required
—
name
string
Required
—

Throws

ApiError

Normalized API, transport, and response processing failure.

  • kind: "validation"The request arguments or business rules are invalid.
  • kind: "authentication"Authentication credentials are missing, expired, or invalid.
  • kind: "permission"The authenticated account cannot perform this operation.
  • kind: "network"The request could not reach ProxyRequest.
  • kind: "unexpected"The response could not be decoded or did not match the SDK contract.
Advanced variants
  • client.locations.listRegionsWithResponse(options): Promise<ApiResponse<LocationsListRegionsResponse>>

    Returns response status, headers, ETag and idempotency metadata with the decoded data.

method

getRegion()

Get a region

Returns one region and its available network targeting options. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.

Signature

Promiseclient.locations.getRegion(options: LocationsGetRegionOptions): Promise<LocationsGetRegionResponse>

Parameters

NameTypeRequirementDescription
idstringRequired—
includeAsnsbooleanOptionalThe asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
packageIdstringRequiredPackage whose targeting availability should be returned.
acceptLanguagestringOptionalPreferred language for human-readable API errors. Supported languages: en, ru, uk, de, it, fr, es, zh-hans, ja. Regional language tags and quality weights are accepted; unsupported or omitted values use English.

Example

const result = await client.locations.getRegion({
id: "550e8400-e29b-41d4-a716-446655440000",
packageId: "550e8400-e29b-41d4-a716-446655440000"
});

Returns

Region

The operation completed successfully.

typeRegion8fields
id
string
Optional
—
code
string
Required
Raw region code as it appears in the source data. Used together with country to form a unique identifier. california ile_de_france
iso31662
string
Optional
ISO 3166-2 subdivision code for this region. US-CA FR-IDF
name
string
Required
English display name of the region used across the admin and API responses.
original_name
string
Optional
Native-language name of the region as it appears in the source data.
country
LocationCountrySummary
Required
—
typeLocationCountrySummary3fields
code
string
Required
—
name
string
Required
—
original_name
string
Optional
—
isps
LocationCodeName[]
Required
—
typeLocationCodeName2fields
code
string
Required
—
name
string
Required
—
asns
LocationCodeName[]
Required
The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.
typeLocationCodeName2fields
code
string
Required
—
name
string
Required
—

Throws

ApiError

Normalized API, transport, and response processing failure.

  • kind: "validation"The request arguments or business rules are invalid.
  • kind: "authentication"Authentication credentials are missing, expired, or invalid.
  • kind: "permission"The authenticated account cannot perform this operation.
  • kind: "not_found"The requested resource does not exist.
  • kind: "network"The request could not reach ProxyRequest.
  • kind: "unexpected"The response could not be decoded or did not match the SDK contract.
Advanced variants
  • client.locations.getRegionWithResponse(options): Promise<ApiResponse<LocationsGetRegionResponse>>

    Returns response status, headers, ETag and idempotency metadata with the decoded data.