Ping auth
Ping the server to check if it is alive
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Ping response
application/json
get
/ping_authGET /ping_auth HTTP/1.1
Host: api.spectrallabs.xyz
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
Ping response
{
"data": "pong"
}
