v1
Ping
Health check endpoint. Use it to verify that your API key is valid and the API is reachable.
GET
/v1/pingReturns a confirmation that the API is running and the provided API key is valid.
Request
curl https://api.sportsbracket.org/v1/ping \
-H "Authorization: Bearer sk_live_your_key_here"Response
{
"ok": true,
"version": "v1",
"userId": 42,
"scopes": ["read"]
}