All tests on the testing env. responds with: INTERNAL ERROR

Using the documentation area to test the API requests will always return this message:

"title": "Internal error",
"reason": "INTERNAL_ERROR",
"detail": "Internal error has occurred",
"status": 500

Is anyone else having this? How do I resolve it?

That may be related to whatever input values you’ve typed into the fields. Can you provide more specifics about which method endpoint you are testing and what arguments you are supplying? You may want to try other method endpoints too.

Hi,

I am using the example variables they use and a current flight. They both gave me the same errors.

curl -X GET "https://aeroapi.flightaware.com/aeroapi/flights/UAL4" \
 -H "Accept: application/json; charset=UTF-8" \
 -H "x-apikey: {API-KEY}" \

or

curl -X GET "https://aeroapi.flightaware.com/aeroapi/flights/CM319" \
 -H "Accept: application/json; charset=UTF-8" \
 -H "x-apikey: {API-Key}"

They both give me the same error of Internal Error.

Thank you for the help.