API authentication
You need to provide an API key with each request. You can pass the key in the HTTP request in following ways:
- As the apiKey=API_KEY query string parameter
- As the Authorization: Bearer API_KEY header
- As the x-api-key: API_KEY header
Example /all endpoint request
Searching Jan 1 - 31, 2022 for mentions of both “Elon Musk” AND “Jeff Bezos” with reprints filtered…
GET
https://api.goperigon.com/v1/all?apiKey=undefined&q="Elon Musk" AND "Jeff Bezos"&showReprints=false&from=2022-01-01&to=2022-01-31