RelayAPI

Get posting streak

Returns the current posting streak status for the organization, including streak length, best streak, and time remaining.

GET
/v1/streak
AuthorizationBearer <token>

API key (rlay_live_* or rlay_test_). Invite redemption also accepts a server-derived rlay_session_ bearer for a current user session.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/streak"
{  "active": true,  "best_streak_days": 0,  "current_streak_days": 0,  "hours_remaining": 0,  "last_post_at": "2019-08-24T14:15:22Z",  "streak_started_at": "2019-08-24T14:15:22Z",  "total_streaks_broken": 0}

Found something wrong? Help us improve this page.