Social Posting
Get a Social Post
Get a Social Plan identified by its unique uberall ID.
get/social-posts/{id}
Path parameters
idstring required
The uberall unique ID of the Social Post you want to get
Response
Social Post retrieved
Example response
{
"response": {
"socialPost": {
"publicationDate": "2024-06-25T11:01:00Z",
"timeZone": "Europe/Berlin"
}
}
}