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>" } } ] }
Documentation IndexFetch the complete documentation index at: https://docs.postiz.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.postiz.com/llms.txt
Use this file to discover all available pages before exploring further.
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?