Insy API
The public Insy developer API: API-key endpoints and Sign in with Insy (OAuth 2.0). Base URL https://api.insy.io.
Version 1.0
Base URL
https://api.insy.ioMembership API Key
- GETJoin a telegram community using an external ID
/membership/join-telegram-community-external/{externalId} - POSTProvision a community membership from an external sales funnel. Looks up / creates the user by email or telegramUserId, handles overlap with existing memberships, and is idempotent via externalOrderId.
/membership/provision-external - GETCheck if a Telegram user has an active membership in a community
/membership/check-telegram/{communityId}/{telegramUserId}
OAuth
- GETPublic identity of an OAuth client, for the consent screen
/oauth/client/{clientId} - GETAuthorize
/oauth/authorize - POSTToken
/oauth/token - POSTRevoke
/oauth/revoke - GETUserinfo
/oauth/userinfo - GETMemberships
/oauth/memberships - GETProducts
/oauth/products