API Reference
cURL
curl --request GET \ --url https://api.runly.pro/v1/invitations/list \ --header 'Authorization: Bearer <token>'
{ "status": { "code": 200, "message": "OK", "trace_id": "tr_inv_list" }, "data": [ { "code": "ABC1234", "status": "used" }, { "code": "XYZ9876", "status": "active" } ], "usage": { "latency_ms": 15 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
列表数据
Show child attributes