Twitter API Explorer

direct_messages/sent

Returns a list of the 20 most recent direct messages sent by the authenticating user. The XML and JSON versions include detailed information about the sending and recipient users.

http://twitter.com/direct_messages/sent.{{response_format}}

1 call per request

Optional Parameters:

  • Returns only direct messages with an ID greater than (that is, more recent than) the specified ID.

  • Returns only statuses with an ID less than (that is, older than) or equal to the specified ID.

  • Specifies the page of direct messages to retrieve.


* You need to first to make authenticated request.

Built by Ricky (@r1cky on Twitter)

A Django site.