SpyREST

Supported by Mashape

Home » api.kissmetrics.com Versions » Default Resources » Root » GET /core

GET /core

Description

Response Fields

Name Type Description
meta.status Integer
data.name String
data.description String
data.links Array
data.links[].name String
data.links[].rel String
data.links[].href String
data.links[].templated Boolean
links Array
links[].name String
links[].rel String
links[].href String
links[].templated Boolean
Write
Preview

Examples

The root directory returns ...

The root directory returns a list of all available links within the API.

Recorded at

2015-05-14 18:21:13 UTC

Try with cURL

Request URL

Requires Authorization
GET /core      

Request Headers

authorization: FILTERED
user-agent: curl/7.37.1
      

Response Headers

transfer-encoding: chunked
connection: close
content-length: 2697
x-runtime: 0.079688
x-request-id: 0313d8bc-5cd6-430d-9b60-378a23bd31e0
vary: Accept-Encoding
status: 200 OK
server: nginx/1.6.2
link: <https://api.kissmetrics.com/core>; rel="self"; templated="false"
etag: "9b9264684fac4ea404f5e8a6a6247d0a"
date: Thu, 14 May 2015 18:21:13 GMT
content-type: application/json; charset=utf-8
cache-control: max-age=1000, public
      

Response Body

Shortened for readability

{
  "meta": {
    "status": 200
  },
  "data": {
    "name": "KISSmetrics API",
    "description": "API access for KISSmetrics",
    "links": [
      {
        "name": "Directory",
        "rel": "self",
        "href": "https://api.kissmetrics.com/core",
        "templated": false
      },
      {
        "name": "Accounts",
        "rel": "accounts",
        "href": "https://api.kissmetrics.com/core/accounts",
        "templated": false
      }
    ]
  },
  "links": [
    {
      "name": "Directory",
      "rel": "self",
      "href": "https://api.kissmetrics.com/core",
      "templated": false
    }
  ]
}