cURL
curl --request GET \ --url https://api.ziplink.click/v1/system/version \ --header 'Authorization: Bearer <token>'
{ "commit": "<string>", "date": "2023-11-07T05:31:56Z", "go_version": "<string>", "version": "<string>" }
Returns the version information of the system.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object