TwitterAPIs Docs
API ReferenceDirect Messages

Overview

Direct Messages: Read your account's DM inbox and the message history of a single conversation. Read-only; requires a registered session.

Read your account's DM inbox and the message history of a single conversation. Read-only; requires a registered session.

This category has 3 endpoints. Each is a pay-per-call REST endpoint with bearer auth, JSON in and out.

MethodPathCostDescription
POST/dm/send$0.0016Send a direct message from your authenticated account.
GET/dm/list$0.0016List the Direct Message conversations for your registered account.
GET/dm/conversation$0.0016Read the message history of one DM conversation by conversation_id.