cURL
curl --request GET \ --url https://hub.oxen.ai/api/version \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "status_message": "<string>", "oxen_version": "<string>" }
Check if the Oxen server is running and responsive.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Server is running