Skip to main content
Everything in PlugKit hangs off three objects. Understanding them makes the rest of the API obvious.

Your account

Created when you sign in to the dashboard. Every profile, account, post and conversation is scoped to you — an API key only ever sees your own data.

Profiles

A profile is a workspace / brand that groups connected accounts. You can have several (e.g. one per client). Create one before connecting anything.

Accounts

An account is a connected social/messaging identity (an Instagram business account, a Telegram bot, …) living inside a profile. You act on the world through accounts.
Create a profile

How you connect accounts

Each platform uses one of three patterns. The platform pages document the exact flow and specifics for each.

Managing accounts

List accounts
Disconnect
Each account exposes its platform, username, status, and the profileId it belongs to — never its access token.
Requesting a resource that belongs to another account returns 404, not 403, so keys can’t probe for existence.