Authenticated API Calls (help I got a 400!)
A lot of API calls will require some form of security or authentication in order to be valid.
This usually takes the form of a Bearer Token or similar API Key type authentication to be added to the API call before you can make it. Without this you are likely to get a 400 error.
APImetrics Makes Live Calls From Outside In
APImetrics is not a tool like Postman where you can make local calls. We make real, authenticated calls from outside your stack and you will need to add the correct security.
Updated almost 4 years ago