Ping
A no-op endpoint that returns the authenticated team id. Useful for verifying
your Authorization header and counting against the rate limit so you can
test backoff handling.
GET /v1/ping
Section titled “GET /v1/ping”Auth: Bearer JWT or API key Rate limit: counts toward your team’s 60 rpm
Request
Section titled “Request”curl https://api2.choppity.com/v1/ping \ -H "Authorization: Key $CHOPPITY_KEY"Response · 200 OK
Section titled “Response · 200 OK”{ "pong": true, "team_id": "team_abc123"}Headers
Section titled “Headers”The response always includes the rate-limit headers:
X-RateLimit-Limit: 60X-RateLimit-Remaining: 59X-RateLimit-Reset: 1745800200