API Reference
cURL
curl --request GET \ --url https://api.runly.pro/v1/security/apikeys \ --header 'Authorization: Bearer <token>'
{ "status": { "code": 200, "message": "OK", "trace_id": "tr_keys_list" }, "data": [ { "id": 1, "description": "CLI-Tool", "created_at": "2024-01-01T00:00:00Z" } ], "usage": { "latency_ms": 10 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Key List
Show child attributes