Description

List API versions.

Request URL

Mail API v1.0

GET /

Request Paramters

This operation does not accept a request body.

Normal response codes

Multiple Choices (300)

Error response codes

Repeatable

Yes

Example

curl -i -X GET \
-H "Accept: application/json" \
https://mail-hosting.tyo1.cloud.z.com/
HTTP/1.1 300 Multiple Choices
Date: Fri, 19 Dec 2014 07:19:49 GMT
Server: Apache
Content-Length: 150
Content-Type: application/json

{
  "versions": [
    {
      "status": "CURRENT",
      "updated": "2015-04-07T04:19:05Z",
      "id": "v1.0",
      "links": [
        {
          "href": "https://mail-hosting.tyo1.cloud.z.com/v1",
          "rel": "self"
        }
      ]
    }
  ]
}