Skip to main content
GET
/
v1
/
posts
List upcoming scheduled posts (optionally within a from/to window)
curl --request GET \
  --url https://api.sydium.com/v1/posts \
  --header 'Authorization: Bearer <token>'
{
  "success": "<unknown>",
  "data": {
    "posts": [
      {
        "id": "<string>",
        "scheduledFor": "2023-11-07T05:31:56Z",
        "caption": "<string>",
        "platforms": [
          "<string>"
        ],
        "status": "scheduled"
      }
    ]
  },
  "meta": {}
}

Authorizations

Authorization
string
header
required

Opaque API key (sk_live_... / sk_test_...)

Query Parameters

from
string<date-time>
to
string<date-time>

Response

Scheduled posts

success
any
required
data
object
required
meta
object
required