List 5G Edge Regions

 

List the geographical regions supported and the zones within each.

 

Get Regions

Returns an array of all regions in the Verizon 5G Edge service. You can use the region IDs from the response to find optimal Edge platforms or service endpoints.

HTTP Request

 

GET https://5gedge.verizon.com/api/mec/eds/regions

 

See also:

HEADER PARAMETERS: application/json

The request header must contain a current ThingSpace authorization bearer token and must set the content-type to JSON. For more information about tokens, see Getting Started

 

QUERY PARAMETERS: application/json

None

 

PATH PARAMETERS: application/json

None

 

REQUEST BODY: application/json

None

 

Responses

Note: For cases where user input exceeds the boundary values an additional "data" key will be returned with a relevant description. The error response returns an additional data key value beyond the error values listed here. 

 

RESPONSE BODY SCHEMA: application/json

  • Success response
    schema
    {
      "regions": [
        {
          "regionId": "string",
          "name": "string",
          "countryCode": null,
          "metro": null,
          "area": null
        }
      ]
    }
    
Response Parameters
Parameter Description
regionId The unique identifier of the region.
name A relevant and identifiable region name.
countryCode A two-character alpha code for a country, based on ISO 3166-1 alpha-2. This is future functionality, so the value returned is "null".
metro The metropolitan area or "City" value.  This is future functionality, so the value returned is "null".
area This is a sub-set of  "City" and is similar to "Zone". This is future functionality, so the value returned is "null".

RESPONSE BODY SCHEMA: application/json

  • status
    string

    HTTP status code

  • message
    string

    Error details

RESPONSE BODY SCHEMA: application/json

  • status
    string

    HTTP status code

  • message
    string

    Error details

RESPONSE BODY SCHEMA: application/json

  • status
    string

    HTTP status code

  • message
    string

    Error details