POST saved_searches/create
Create a new saved search for the authenticated user. A user may only have 25 saved searches.
Resource URL
https://api.twitter.com/1.1/saved_searches/create.jsonResource Information
Response formats
JSON
Requires authentication?
Yes (user context only)
Rate limited?
Yes
Parameters
query required
The query of the search the user would like to save. The query must be 100 characters or less.
OAuth Signature Generator
Sign in to see a list of your registered applications.
Example Request
POST
https://api.twitter.com/1.1/saved_searches/create.json?query=sandwiches
Example Result
{
"created_at": "Fri Aug 24 22:08:58 +0000 2012",
"id": 158598597,
"id_str": "158598597",
"name": "sandwiches",
"position": null,
"query": "sandwiches"
}