List inbox DMs

DM conversations on networks that support them.

GET /v1/inbox/dms

DM conversations fetched live from the network. Live today: X and Bluesky only.

No DMs for YouTube, Pinterest, Facebook, or Threads. TikTok DMs are not live (posting tokens cannot send DMs). Instagram and LinkedIn are coming.

API keys see the personal / main pool only.

Auth: Bearer API key (required)

Query parameters

ParamTypeDefaultDescription
rangestring7dSame window as analytics
since / untildatetimeWith range=custom
account_iduuidRestrict to one connected account
beforestringCursor from next_before
limitint1–24
freshbooleanfalseBypass warm cache

Keep conversation_id and account (account UUID) for get thread and reply.

cURL

curl "https://api.social0.app/v1/inbox/dms?range=7d" \
  -H "Authorization: Bearer sk_live_YOUR_KEY"