Regions
Number of APIs: 5
-
Get account GET {{baseUrl}}/v2/accounts/{{accountId}}/regions?count=100&startPosition=0&managedOnly=false
-
Creates a new region for a company POST {{baseUrl}}/v2/accounts/{{accountId}}/regions
-
Get information about the region with the given regionId GET {{baseUrl}}/v2/accounts/{{accountId}}/regions/{{regionId}}
-
Get region reference counts. GET {{baseUrl}}/v2/accounts/{{accountId}}/regions/{{regionId}}/reference_counts
-
Delete a region. DELETE {{baseUrl}}/v2/accounts/{{accountId}}/regions/{{regionId}}