GET
/{environment}/posts/{id}
curl \
--request GET 'https://domain.tld/api/v2/manager/posts/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"comments": [
{
"id_ambassador_post": 42,
"nb_likes": 42,
"comments": [
{}
],
"date_created": "2025-05-04T09:42:00Z",
"date_timestamp": true,
"liked": true
}
]
}