ScanopyScanopy
Daemon API Keys

List all daemon_api_keys

GET
/api/v1/auth/daemon
Authorization<token>

User API key (Bearer scp_u_...). Create in Platform > API Keys.

In: header

Query Parameters

network_id?string|null

Filter by network ID

Formatuuid

Response Body

application/json

curl -X GET "https://loading/api/v1/auth/daemon"
{
  "meta": {
    "api_version": 0,
    "server_version": "0.12.10"
  },
  "success": true,
  "data": [
    {
      "key": "string",
      "last_used": "2019-08-24T14:15:22Z",
      "name": "string",
      "network_id": "d6797cf4-42b9-4cad-8591-9dd91c3f0fc3",
      "tags": [
        "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      ],
      "expires_at": "2019-08-24T14:15:22Z",
      "is_enabled": true,
      "created_at": "2019-08-24T14:15:22Z",
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "updated_at": "2019-08-24T14:15:22Z"
    }
  ],
  "error": "string"
}