Storyden
Admin

Admin Access Key List

List all access keys for the entire instance. This is only available to admin accounts and is used to manage access keys from other accounts.

List all access keys for the entire instance. This is only available to admin accounts and is used to manage access keys from other accounts.

GET/admin/access-keys
storyden-session<token>

In: cookie

Response Body

curl -X GET "https://loading/api/admin/access-keys"
{
  "keys": [
    {
      "id": "cc5lnd2s1s4652adtu50",
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z",
      "deletedAt": "2019-08-24T14:15:22Z",
      "misc": {},
      "name": "string",
      "enabled": true,
      "expires_at": "2019-08-24T14:15:22Z",
      "created_by": {
        "id": "cc5lnd2s1s4652adtu50",
        "joined": "2019-08-24T14:15:22Z",
        "suspended": "2019-08-24T14:15:22Z",
        "handle": "Southclaws",
        "name": "Barnaby Keene"
      }
    }
  ]
}
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}