Description
Show API verson details.
Request URL
Billing API v1 GET /v1
Request Paramters
| Parameter | Value | Style | Description |
|---|---|---|---|
| X-Auth-Token | User Token | header |
Normal response codes
OK (200)
Error response codes
Example
curl -i -X GET \ -H "Accept: application/json" \ -H "X-Auth-Token: 35941e7df872405d84e5b026dba8323c" \ https://account.tyo1.cloud.z.com/v1
HTTP/1.1 200 OK
Date: Fri, 19 Dec 2014 07:18:42 GMT
Server: Apache
Content-Length: 295
Content-Type: application/json
{
"version": {
"status": "CURRENT",
"updated": "2015-05-12T09:00:00Z",
"media-types": [
{
"base": "application/json"
},
{
"base": "application/xml"
}
],
"id": "v1.0",
"links": [
{
"href": "https://account.tyo1.cloud.z.com/v1/",
"rel": "self"
},
{
"href": "https://cloud.z.com/",
"type": "text/html",
"rel": "describedby"
}
]
}
}