cURL
curl --request POST \ --url https://api.x.com/2/lists \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "private": false } '
{ "errors": [ { "title": "<string>", "type": "<string>", "detail": "<string>", "status": 123 } ] }
認証済みユーザー用に新しいリストを作成します。
The access token received from the authorization server in the OAuth 2.0 flow.
1 - 25
100
リクエストは成功しました。
X のリストは、キュレーションされたアカウントのグループです。
Show child attributes
1
IETF RFC 7807 (https://tools.ietf.org/html/rfc7807) で定義された HTTP Problem Details オブジェクト。