APIPosts
Publish post(s) immediately
AuthorizationBearer <token>
In: header
accountIdsarray<string>
Items
1 <= items <= 5postsarray<string>
Items
1 <= items <= 25Response Body
curl -X POST "https://www.posteady.com/api/v1/posts" \
-H "Content-Type: application/json" \
-d '{
"accountIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"posts": [
"string"
]
}'Empty
{
"error": {
"code": "string",
"message": "string"
}
}Empty
Empty
Empty