API Reference
cURL
curl --request GET \ --url https://api.runly.pro/v1/cli/sync \ --header 'Authorization: Bearer <token>'
{ "status": { "code": 200, "message": "OK", "trace_id": "tr_sync_001" }, "data": { "me_id": "dow", "crypto_assets": { "public_key": "..." } }, "usage": { "latency_ms": 40 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Configuration Data
Show child attributes