ScanopyScanopy
Daemon API Keys

Rotate a daemon API key

POST
/api/v1/auth/daemon/{id}/rotate
Authorization<token>

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

In: header

Path Parameters

id*string

Daemon API key ID

Formatuuid

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/auth/daemon/497f6eca-6276-4993-bfeb-53cbbbba6f08/rotate"
{
  "meta": {
    "api_version": 0,
    "server_version": "0.12.10"
  },
  "success": true,
  "data": "string",
  "error": "string"
}
{
  "success": true,
  "error": "string"
}