{
"postIdeaId": "91b2...",
"socialPostId": "5d7e..."
}curl --location 'https://api.synup.com/api/v4/social-post-ideas/link-post-idea-to-social-post' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"postIdeaId": "91b2...",
"socialPostId": "5d7e..."
}'{
"data": {
"linkPostIdeaToSocialPost": {
"success": true,
"error": {
"message": "string",
"code": "string",
"contextInfo": [
{
"key": "string",
"value": "string"
}
]
}
}
}
}