OAuth2-specific
Get streak
Returns the current streak information (days coded in a row). Requires an OAuth2 access token (Bearer header).
get/api/v1/authenticated/streak
Response
successful
Example response
{
"streak_days": 5
}Returns the current streak information (days coded in a row). Requires an OAuth2 access token (Bearer header).
successful
{
"streak_days": 5
}