APIScheduled posts
Schedule post(s)
AuthorizationBearer <token>
In: header
accountIdsarray<string>
Items
1 <= items <= 5postsarray<string>
Items
1 <= items <= 25scheduledAtstring
Format
date-timetimezone?string
IANA timezone (e.g. Asia/Seoul)
Response Body
curl -X POST "https://www.posteady.com/api/v1/scheduled-posts" \
-H "Content-Type: application/json" \
-d '{
"accountIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"posts": [
"string"
],
"scheduledAt": "2019-08-24T14:15:22Z"
}'Empty
Empty
Empty