bucket (e.g. idea, calendar, series) and filter (e.g. ai vs mine), and page with limit/offset.curl --location 'https://api.synup.com/api/v4/social-post-ideas/post-ideas?socialProfileId=6f1c2a90-...&bucket=&filter=&limit=12&offset=' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'{
"data": {
"postIdeas": [
{
"id": "string",
"socialProfileId": "string",
"title": "string",
"content": "string",
"imagePrompt": "string",
"imageUrl": "string",
"type": "string",
"status": "string",
"platforms": [
"string"
],
"bucket": "string",
"calendarDay": 0,
"scheduledDate": "string",
"scheduledTime": "string",
"ctaText": "string",
"ctaUrl": "string",
"note": "string",
"seriesId": "string",
"socialPostId": "string",
"isRecurring": true,
"isUserGenerated": true,
"observanceName": "string",
"observanceDate": "string",
"language": "string",
"generationBatchId": "string",
"fluxJobId": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
}
}