Description

Show API verson details.

Request URL

Mail API v1.0

GET /v1

Request Paramters

Parameter Value Style Description
X-Auth-Token User Token header

Normal response codes

OK (200)

Error response codes

Repeatable

Yes

Example

curl -i -X GET \
-H "X-Auth-Token: e6c83a30eec54332939cdbe363b7fadf" \
-H "Accept: application/json" \
https://mail-hosting.tyo1.cloud.z.com/v1
HTTP/1.1 200 OK
Date: Fri, 19 Dec 2014 07:20:59 GMT
Server: Apache
Content-Length: 301
Content-Type: application/json

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