Skip to main content
POST
/
2
/
chat
/
conversations
/
group
/
initialize
Initialize Chat Group
curl --request POST \
  --url https://api.x.com/2/chat/conversations/group/initialize \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "conversation_id": "<string>"
  },
  "errors": [
    {
      "title": "<string>",
      "type": "<string>",
      "detail": "<string>",
      "status": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

The request has succeeded.

data
object
errors
object[]
Minimum array length: 1

An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).