Query API Authentication
Check out our plans to get an API key: https://newsfilter.io/api-plans
You can use the API key in two ways. It's either/or:
- Set as
Authorization
header (recommended). Before making aPOST
request tohttps://api.newsfilter.io/public/actions
, you need to set the Authorization header toYOUR_API_KEY
- Set as query parameter. Example:
https://api.newsfilter.io/public/actions?token=YOUR_API_KEY
In this case, you makePOST
requests to the endpointhttps://api.newsfilter.io/public/actions?token=YOUR_API_KEY
and not anymore tohttps://api.newsfilter.io/public/actions
.