Skip to main content
GET
/
v1
/
posts
Lister les posts
curl --request GET \
  --url https://api.plugkit.co/v1/posts \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
number
default:1
Required range: x >= 1
limit
number
default:20
Required range: 1 <= x <= 100
profileId
string
status
enum<string>
Available options:
DRAFT,
SCHEDULED,
PUBLISHED,
FAILED
platform
enum<string>
Available options:
INSTAGRAM,
WHATSAPP

Recherche dans le contenu

Response

200 - undefined