Issue
User is receiving a 404 Not Found response from the Red Canary API, or "That bird flew the coop!" webpage in HTML response.
Environment
Red Canary API
Resolution
Review the API endpoint in your request for any typos or misconfigurations. In the example above, the API endpoint is specified as endpoint instead of endpoints in the request URL. View Red Canary's API documentation for a list of currently available endpoints and ensure your URL is formatted correctly.
As a baseline test, you can run the sample cURL request below, though the <angled bracket> values need to be replaced with your own and the brackets removed.
curl --request GET \ --url https://<MySubdomain>.my.redcanary.co/openapi/v3/endpoints \ --header 'x-api-key: <MyRedCanaryKeyHere>'
Cause
An API endpoint was malformed or not specified in the request URL, or the endpoint has been deprecated (as in the case of the Activities endpoint).
Comments
0 comments
Please sign in to leave a comment.