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 객체