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
commit
string
required

Commit hash of the build.

date
string
required

Build date and time of the application.

go_version
string
required

Go version used to build the application.

version
string
required

Version of the application.