Hello
I am currently integrating the AeroAPI into my application to retrieve real-time flight data. However; I’ve encountered an issue where my requests are returning a 403 Forbidden error. I’ve double-checked the API key and endpoint; and they appear to be correct.
Details are below-
Endpoint: https://aeroapi.flightaware.com/aeroapi/flights/{flight_id}_ ; Request method: GET
Authentication: Passing the API key via Authorization: Bearer <API_KEY> in the header
Response headers:
Content-Type: application/json
Status: 403 Forbidden
I would appreciate any advice on potential causes or how to debug this further.
Has anyone faced a similar issue ; know what might be going wrong?
Thanks in advance!