Posteady
Posteady Docs
APIScheduled posts

Schedule post(s)

POST
/api/v1/scheduled-posts
AuthorizationBearer <token>

In: header

accountIdsarray<string>
Items1 <= items <= 5
postsarray<string>
Items1 <= items <= 25
scheduledAtstring
Formatdate-time
timezone?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