POST saved_searches/create

Updated on Fri, 2012-08-24 15:10

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.json

Parameters

query required

The query of the search the user would like to save.

Example Request

POST

https://api.twitter.com/1.1/saved_searches/create.json

POST Data

query=sandwiches

  1. {
  2.   "created_at": "Fri Aug 24 22:08:58 +0000 2012", 
  3.   "id": 158598597, 
  4.   "id_str": "158598597", 
  5.   "name": "sandwiches", 
  6.   "position": null, 
  7.   "query": "sandwiches"
  8. }