X (Twitter) · Example Payload

X Api Create Dm Conversation Request Example

Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContent

X Api Create Dm Conversation Request Example is an example object payload from X (Twitter), with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

conversation_typemessageparticipant_ids

Example Payload

Raw ↑
{
  "conversation_type": "Group",
  "message": "Hello from the X API! #example",
  "participant_ids": [
    "1234567890123456789"
  ]
}