API Reference
cURL
curl --request GET \ --url https://api.runly.pro/v1/sso/authorize \ --header 'Authorization: Bearer <token>'
{ "status": { "code": 200, "message": "OK", "trace_id": "tr_sso_auth" }, "data": { "code": "st_xyz789", "expires_in": 300 }, "usage": { "latency_ms": 20 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Authorization Result
Show child attributes