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
Authorizationheader (recommended). Before making aPOSTrequest 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_KEYIn this case, you makePOSTrequests to the endpointhttps://api.newsfilter.io/public/actions?token=YOUR_API_KEYand not anymore tohttps://api.newsfilter.io/public/actions.
