All URIs are relative to https://api.meltwater.com
Method | HTTP request | Description |
---|---|---|
get_all_searches | GET /v2/searches | List your saved searches. |
SearchesCollection get_all_searches(user_key, authorization)
List your saved searches.
List your saved searches.
# load the gem
require 'swagger_client'
api_instance = SwaggerClient::SearchesApi.new
user_key = "user_key_example" # String | The `user_key` from [developer.meltwater.com](https://developer.meltwater.com/admin/applications/).
authorization = "authorization_example" # String | `Oauth Access Token` OAuth access token (RFC 6749). Must contain the access token type `Bearer` followed by an OAuth access token. #### Example: Bearer KKwmfHwxsEoeMDTMAfxOpO...
begin
#List your saved searches.
result = api_instance.get_all_searches(user_key, authorization)
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling SearchesApi->get_all_searches: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
user_key | String | The `user_key` from developer.meltwater.com. | |
authorization | String | `Oauth Access Token` OAuth access token (RFC 6749). Must contain the access token type `Bearer` followed by an OAuth access token. #### Example: Bearer KKwmfHwxsEoeMDTMAfxOpO... |
No authorization required
- Content-Type: Not defined
- Accept: application/json