Logo
test-backup API Documentation

Create a list

POST https://api.twitter.com/2/lists

Allows the authenticated user to create a new List.

For full details, see the API reference for this endpoint.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://api.twitter.com/2/lists' -d '{"name":"name-for-new-list","description":"description-of-list","private":false}'

ENDPOINTS