Manage account settings and profile
API Reference contents
GET account/settings
GET account/verify_credentials
GET users/profile_banner
POST account/remove_profile_banner
POST account/settings
POST account/update_profile
POST account/update_profile_banner
POST account/update_profile_image
GET saved_searches/list
GET saved_searches/show/:id
POST saved_searches/create
POST saved_searches/destroy/:id
POST account/update_profile_background_image (deprecated)
GET saved_searches/show/:id¶
Retrieve the information for the saved search represented by the given id. The authenticating user must be the owner of saved search ID being requested.
Resource URL¶
https://api.twitter.com/1.1/saved_searches/show/:id.json
Resource Information¶
Response formats | JSON |
Requires authentication? | Yes (user context only) |
Rate limited? | Yes |
Requests / 15-min window (user auth) | 15 |
Parameters¶
Name | Required | Description | Default Value | Example |
id | required | The ID of the saved search. | 313006 |
Example Request¶
GET https://api.twitter.com/1.1/saved_searches/show/9569704.json
Example Response¶
{
"created_at": "Fri Nov 04 18:46:41 +0000 2011",
"id": 62353170,
"id_str": "62353170",
"name": "@anywhere",
"position": null,
"query": "@anywhere"
}