List, quota, connect, and disconnect social accounts.
Channels
Base: https://api.qposty.com/public/v1
| Method | Path | Description |
|---|---|---|
| GET | /channels | List connected channels |
| GET | /channels/quota | { plan, used, limit, remaining } |
| GET | /channels/connect/:provider | { url } — start OAuth in a browser |
| DELETE | /channels/:id | Disconnect |
| GET | /is-connected | Validate credential |
Connect providers
facebook, instagram-business, instagram-standalone, threads, tiktok, linkedin, linkedin-page, pinterest, x, youtube, google-business
Example
curl -H "Authorization: qp_live_YOUR_KEY" \
https://api.qposty.com/public/v1/channels