List subscribers in a cohort
🚧 Under development. Not available today.
Returns the current members of a cohort. Cohort definitions evaluate at query time, so membership reflects the latest subscriber state.
Authorizations
Your Recurr secret API key as a Bearer token:
Authorization: Bearer rk_live_….
Keys are environment-scoped — rk_live_ operates on live data,
rk_test_ on isolated test data (see
Test mode). Create, scope, and rotate keys
in your dashboard (Settings → API keys, developer role). Secret
keys are server-side only — never ship them in an app binary or client
JavaScript.
Path Parameters
Query Parameters
Maximum number of items to return (1-100, default 50).
1 <= x <= 100Cursor for pagination. Pass the next_cursor from the previous response to fetch the next page.
Cursor for reverse pagination.
