Integrations · API

Push drafts in. Pull the numbers out.

A REST API for the two things people actually want to automate: getting content into the queue from somewhere else, and getting performance data into a warehouse or a client dashboard you already run. Included on the Agency plan.

On the Agency planBearer token authZapier and Make too

Used by leaders from

★★★★★4.8/5on G2LinkedIn® Verified Partner
GoogleAppleMetaNVIDIACiscoSAPAccentureGoldman SachsAmerican ExpressHSBC
What it covers

Four endpoints do most of the work

Deliberately small. A wide API nobody uses is worse than a narrow one that covers the real cases.

01

Accounts

List the accounts you publish to, with their status and voice profile. The id from here is what everything else is keyed on.

02

Drafts

Create a draft against an account, optionally in review. This is the endpoint most people actually want: content from your CMS, your CRM or a script, straight into the queue.

03

Schedule

Give a draft a time, or let it take the next open slot. Same rules as the calendar, including approvals.

04

Analytics

Per post and per account, over any range you kept. Enough to feed a warehouse or a client dashboard without screenshotting anything.

The rules it inherits

The API is not a way around anything

Worth being explicit, because “we’ll do it via the API” is often how people expect to bypass a constraint.

Approvals still apply

A draft created through the API on an account that requires sign-off goes into review, exactly as it would in the app. There is no parameter that skips it.

Same LinkedIn limits

Publishing goes through the official integration whichever door you came in by. The API cannot post faster than LinkedIn allows, and it will tell you honestly when it is being throttled rather than silently dropping things.

Scoped to your workspace

A token reaches exactly the accounts your workspace has, and no more. Rotate or revoke it from settings; nothing else needs touching when someone leaves.

Still honest about maturity: this is a small API built around the cases agencies actually asked for, not a complete surface over every feature. If you need an endpoint that is not here, tell us what you are wiring it into — that is genuinely how the current four got chosen.

Without writing code

Zapier, Make, or your AI assistant

MCP

From Claude or ChatGPT

The Model Context Protocol server covers most of what people would otherwise script, in a sentence rather than a request body. Included on every plan.

Zapier & Make

Triggers and actions

New draft, post published, approval requested. Enough to hook Hypelio into a Notion board or a Slack channel without anyone opening a terminal.

Webhooks

Tell your systems first

Fire on publish, on approval, and on failure. The failure one matters most: it is how you find out a token was revoked before the client does.

Questions

About the API

Which plan includes the API?+
Agency, at $149 a month for twenty accounts. Solo and Studio do not include it, though the MCP is on every plan and covers a good deal of the same ground for most people.
Can I publish to LinkedIn directly through it?+
You publish through Hypelio, which publishes to LinkedIn through the official integration. There is no passthrough to LinkedIn’s own API, and approvals and rate limits apply exactly as they do in the app.
Are there rate limits?+
Yes, and they are returned in the response headers so you can back off properly rather than guessing. Bulk imports are better done as a batch than as a loop.
What happens to a token when someone leaves?+
Revoke it in settings and every integration using it stops immediately. Tokens belong to the workspace rather than to a person, so nobody walks off with access by accident.
Is there a sandbox?+
Not a separate environment. Create drafts in review on a spare account and nothing reaches LinkedIn, which is the safest way to test the parts that matter.

Tell us what you are wiring it into

The four endpoints exist because agencies asked for them by name. If yours is missing, that is the fastest way to change it.

API on the Agency plan. MCP on every plan, including Solo.