cURL
curl --request GET \ --url http://127.0.0.1:22100/v1/cluster/members \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "address": "<string>", "status": "<string>", "config_version": 123, "last_seen_ms": 123 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Member list