Developer platform
Build reliable social workflows on the SAM Social API.
Use versioned REST resources, scoped tokens, webhooks, pagination, filtering, and clear errors.
GET/api/v1/posts?status=scheduled&page=1
{
"data": [{ "id": "post_92a", "status": "scheduled" }],
"meta": { "current_page": 1, "per_page": 20, "total": 46 }
}