Ping API
The one endpoint that needs no token.
The one endpoint that needs no token. It answers from the API host itself, so a 200 proves the host resolves, TLS terminates and the application is up; it says nothing about your token, which GET /v1/teams/current is the probe for.
Endpoints
curl https://api.subscriby.net/v1/pingAnswers 200 with data.status of ok, the API version and the current server time in ISO 8601. No Authorization header is read and no rate limit applies, so a monitor may call it on a schedule.
Responses
200OKapplication/json
The status, the API version and the current time.
How is this guide?