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 }
}

Authentication

Create and scope API tokens for server-to-server access.

Read guide

Posts

Create drafts, validate network payloads, and schedule publication.

Read guide

Webhooks

Verify signatures and process event deliveries safely.

Read guide