Get a DM thread

Messages in one DM conversation.

GET /v1/inbox/dms/:conversationId

Messages in one conversation. X and Bluesky only today.

Auth: Bearer API key (required)

Path / query

ParamInRequiredDescription
conversationIdpathYesFrom GET /v1/inbox/dms
account_idqueryYesConnected account UUID
peer_idqueryNoOnly when the platform omits it
freshqueryNoBypass warm cache

404 if the account is not in the personal pool.

cURL

curl "https://api.social0.app/v1/inbox/dms/CONVO_ID?account_id=ACCOUNT_UUID" \
  -H "Authorization: Bearer sk_live_YOUR_KEY"