Skip to content

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.

Auth: Bearer JWT or API key Rate limit: counts toward your team’s 60 rpm

Terminal window
curl https://api2.choppity.com/v1/ping \
-H "Authorization: Key $CHOPPITY_KEY"
{
"pong": true,
"team_id": "team_abc123"
}

The response always includes the rate-limit headers:

X-RateLimit-Limit: 60
X-RateLimit-Remaining: 59
X-RateLimit-Reset: 1745800200