Tokens

See your tokens

GET /tokens

Query string parameters

Response
Status code 200

{
  "data": [
    {
      "client_name": "Some application",
      "token": "L23KVLEAebMtzSdfla6Lt5W5xdTJgMniaFeyzikQ",
      "created_at": "2015-10-30 12:23:02",
      "updated_at": "2015-10-30 12:23:02"
    }
  ],
  "pagination": {
    "total": 1,
    "page": 0,
    "per_page": 15,
    "urls": {
      "previous": null,
      "next": null
    }
  }
}

Delete a token

DELETE /tokens/:token

Response
Status code 204