Twitter API
  1. 默认分类
Twitter API
  • 默认分类
    • account.settings.get
      GET
    • account.settings.post
      POST
    • account.update_delivery_device
      POST
    • account.update_profile
      POST
    • accounts.update_profile_background_image
      POST
    • accounts.update_profile_colors
      POST
    • accounts.update_profile_image
      POST
    • application.rate_limit_status
      GET
    • blocks.create
      POST
    • blocks.destroy
      POST
    • blocks.ids
      GET
    • blocks.list
      GET
    • direct_messages
      GET
    • direct_messages.destroy
      POST
    • direct_messages.new
      POST
    • direct_messages.sent
      GET
    • direct_messages.show
      GET
    • favorites.create
      POST
    • favorites.destroy
      POST
    • favorites.list
      GET
    • followers.ids
      GET
    • friends.ids
      GET
    • friendships.create
      POST
    • friendships.destroy
      POST
    • friendships.incoming
      GET
    • friendships.lookup
      GET
    • friendships.outgoing
      GET
    • friendships.show
      GET
    • friendships.update
      POST
    • geo.place_id
      GET
    • geo.places
      POST
    • geo.reverse_geocode
      GET
    • geo.search
      GET
    • geo.similar_places
      GET
    • help.configurations
      GET
    • help.languages
      GET
    • help.privacy
      GET
    • help.tos
      GET
    • lists.create
      POST
    • lists.destroy
      POST
    • lists.list
      GET
    • lists.members
      GET
    • lists.members.create
      POST
    • lists.members.create_all
      POST
    • lists.members.destroy
      POST
    • lists.members.destroy_all
      POST
    • lists.members.show
      GET
    • lists.memberships
      GET
    • lists.show
      GET
    • lists.statuses
      GET
    • lists.subscribers
      GET
    • lists.subscribers.create
      POST
    • lists.subscribers.destroy
      POST
    • lists.subscribers.show
      GET
    • lists.subscriptions
      GET
    • lists.update
      POST
    • saved_searches.create
      POST
    • saved_searches.destroy
      POST
    • saved_searches.list
      GET
    • savedsearchesid
      GET
    • search.tweets
      GET
    • statuses.destroy
      POST
    • statuses.home_timeline
      GET
    • statuses.mentions.timeline
      GET
    • statuses.oembed
      GET
    • statusesretweetid
      POST
    • statuses.retweets
      GET
    • statuses.show
      GET
    • statuses.update
      POST
    • statuses.update_with_media
      POST
    • statuses.user_timeline
      GET
    • trends.available
      GET
    • trends.closest
      GET
    • trends.place
      GET
    • users.contributees
      GET
    • users.contributors
      GET
    • users.lookup
      GET
    • users.report_spam
      POST
    • users.search
      GET
    • users.show
      GET
    • users.suggestions
      GET
    • users.suggestions.slug
      GET
    • users.suggestionsslugmembers
      GET
  1. 默认分类

direct_messages.sent

GET
/direct_messages/sent.json
Returns the 20 most
recent direct messages sent by the authenticating user. Includes detailed information about the
sender and recipient user. You can request up to 200 direct messages per call, up to a maximum of
800 outgoing DMs.
Important: This method requires an access token with RWD (read, write and direct message)
permissions. Consult The Application Permission Model for more information.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.twitter.com/1.1/direct_messages/sent.json'
响应示例响应示例
{}

请求参数

无

返回响应

🟢200成功
application/json
Successful Response
Body
object {0}

【Twitter】API开发者 微信交流群

用微信扫右侧二维码,加入【Twitter】API开发者 交流群,互助沟通

扫码加入交流群
修改于 2024-09-24 06:06:38
上一页
direct_messages.new
下一页
direct_messages.show
Built with