Ping auth

Ping with authentication

get

Ping the server to check if it is alive

Authorizations
Responses
200
Ping response
application/json
get
GET /ping_auth HTTP/1.1
Host: api.spectrallabs.xyz
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

Ping response

{
  "data": "pong"
}