Regions

Number of APIs: 5

  1. Get account GET {{baseUrl}}/v2/accounts/{{accountId}}/regions?count=100&startPosition=0&managedOnly=false

  2. Creates a new region for a company POST {{baseUrl}}/v2/accounts/{{accountId}}/regions

  3. Get information about the region with the given regionId GET {{baseUrl}}/v2/accounts/{{accountId}}/regions/{{regionId}}

  4. Get region reference counts. GET {{baseUrl}}/v2/accounts/{{accountId}}/regions/{{regionId}}/reference_counts

  5. Delete a region. DELETE {{baseUrl}}/v2/accounts/{{accountId}}/regions/{{regionId}}