GET
/
v1
/
system
/
version
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

OK

The response is of type object.