Get posts within a date range.
cURL
curl --request GET \ --url https://api.postiz.com/public/v1/posts \ --header 'Authorization: <api-key>'
{ "posts": [ { "id": "<string>", "content": "<string>", "publishDate": "2023-11-07T05:31:56Z", "releaseURL": "<string>", "state": "QUEUE", "integration": { "id": "<string>", "providerIdentifier": "<string>", "name": "<string>", "picture": "<string>" } } ] }
Your Postiz API key
Start date in UTC ISO format
End date in UTC ISO format
Filter by customer ID
List of posts
Show child attributes
Was this page helpful?