Posteady
Posteady Docs
APIPosts

Publish post(s) immediately

POST
/api/v1/posts
AuthorizationBearer <token>

In: header

accountIdsarray<string>
Items1 <= items <= 5
postsarray<string>
Items1 <= items <= 25

Response 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