Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (22 loc) · 1.25 KB

SearchesApi.md

File metadata and controls

39 lines (22 loc) · 1.25 KB

\SearchesApi

All URIs are relative to https://api.meltwater.com

Method HTTP request Description
GetAllSearches Get /v2/searches List your saved searches.

GetAllSearches

SearchesCollection GetAllSearches($userKey, $authorization)

List your saved searches.

List your saved searches.

Parameters

Name Type Description Notes
userKey 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...

Return type

SearchesCollection

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]