OAuth2-specific

Get streak

Returns the current streak information (days coded in a row). Requires an OAuth2 access token with the read scope in the Bearer header.

get/api/v1/authenticated/streak

Response

successful

streak_daysinteger

Example response

{
  "streak_days": 5
}

Changes