API Reference
cURL
curl --request POST \ --url https://api.runly.pro/v1/security/keys/rotate \ --header 'Authorization: Bearer <token>'
{ "status": { "code": 200, "message": "OK", "trace_id": "tr_key_rot" }, "data": { "public_key": "...", "message": "Crypto key pair rotated." }, "usage": { "latency_ms": 45 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Rotation Result
Show child attributes