Project-scoped API access
API access is project-scoped and should stay on trusted servers. It is intended for backend integrations, not public frontend code.
- Bearer or API-key style auth
- Project-level scope
- Server-side storage
Developer API
KickThemBot's documented V1 API gives trusted backend systems a way to connect website orders, support tools, and CRM agents to the membership source of truth.
API access is project-scoped and should stay on trusted servers. It is intended for backend integrations, not public frontend code.
A website checkout can create an access code with the plan, buyer identity, and duration after payment confirmation.
Support and CRM systems can use membership lookup to answer whether a customer is active, expired, cancelled, or currently entitled to access.
Access lifecycle
Every commercial page maps back to the same planning-backed product model: payment evidence, Telegram identity, membership status, and expiry enforcement.
Website checkout, Stripe, crypto, access code, or manual admin approval becomes a reviewable membership event.
Redemption connects the buyer record to the Telegram account that should receive private group or channel access.
Admins see active, pending, expiring, expired, cancelled, manually extended, and removed states before taking action.
Renewal reminders, grace windows, support recovery, and removal attempts stay tied to the same source of truth.
Use KickThemBot's project-scoped API for plan lookup, access-code provisioning, membership lookup, and renewal updates.
FAQ
No. Project API keys should stay server side in trusted backend code or secure server environments.
The documented V1 scope covers plan lookup, access-code provisioning, membership lookup, and membership renewal updates.
Supporting guides
Use Telegram access codes to connect website purchases, partner sales, manual invoices, and support recovery to private group access.
6 min readHow to think about Telegram payment bots, external checkout, Stripe handoff, access codes, and membership updates for paid communities.
7 min readA practical guide to Telegram membership bots: payments, access codes, renewals, subscriber records, and automatic removal after expiry.
7 min readReady when your group is
Connect one private destination in Telegram, test with a controlled member, then choose the plan that fits your community.