QuQi API Abrir consola
ESC
Abrir consola Usar QuQi
API
Getting started
The QuQi API Authentication
Your account
GET List your websites POST Issue a narrowed key
Channels
GET List channels GET One channel
Posts
POST Plan a post GET List posts GET One post POST Publish a post
Articles
POST Plan an article GET List written articles GET One written article
The calendar
GET The calendar
Pictures
POST Make a picture GET The picture library GET Check a task
Webhooks
POST Add a webhook GET List webhooks DELETE Remove a webhook
Reading finished work
GET Status GET Keywords GET List articles GET One article POST Connect a site POST Disconnect a site
Getting started
Errors
Documentación / API / List posts

List posts

Your posts over a date range, with each one’s channels and where they got to.

2 min de lectura All plans
GET /api/v1/posts
website_id string OBLIGATORIO
Which of your websites.
from string OPCIONAL
First day to include.
to string OPCIONAL
Last day to include.
status string OPCIONAL
planned, draft, scheduled, published, failed or working.
limit integer OPCIONAL
Up to 200. Defaults to 50.
CONVIENE SABER A post's status is the worst news across its channels: one failed LinkedIn shows the post as failed even when Facebook is fine, because that is the thing you have to act on.
CURL
curl "https://console.quqi.io/api/v1/posts?website_id=019feda8-0ca6-70d1-b927-697fa6650cda&status=failed" \
  -H "Authorization: Bearer quqi_YOUR_KEY"
¿Esta página ha respondido a su pregunta? No del todo