Developer API

Binders API

Publish posts, read analytics, manage social accounts — programmatically.

REST API

Standard REST interface over HTTPS. All endpoints return JSON. Authentication via Bearer tokens with workspace-scoped permissions.

Base URL: https://api.binders.me/v1

Webhooks

Subscribe to real-time events — post published, post failed, engagement threshold crossed. Signed payloads with HMAC-SHA256.

Preview

Planned endpoints

These endpoints are in development. Exact signatures may change before launch.

GET/v1/accountsList connected social accounts
POST/v1/postsCreate and schedule a new post
GET/v1/posts/:idGet a post by ID
DELETE/v1/posts/:idCancel a scheduled post
GET/v1/analytics/summaryAggregate analytics across platforms
GET/v1/workspacesList workspaces the user belongs to
curl -X POST https://api.binders.me/v1/posts \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Hello from the Binders API!",
    "platforms": ["instagram", "linkedin"],
    "scheduled_at": "2026-06-01T09:00:00Z"
  }'

Get API access early

Early access waitlist members get priority developer credentials when the API opens.

Join the waitlist →