API/Utilities

Ping the API

Check if the API is up and running.

GET
/ping

Authorization

AuthorizationRequiredBearer <token>

In: header

curl -X GET "https://onlynv.dev/api/ping"

Success.

"Pong!"