REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.
Servers​
https://v2-staging.tscheckout.comCurrent host
Get system version information​
GET
/api/v2/utilities/system-version
Returns version metadata about the running TicketSocket installation, including the application version, PHP version, last-updated timestamp, and copyright year.
Authorizations​
bearerAuth
Type
HTTP (bearer)
Responses​
System version information
application/json
{
 Â
}
