Issue with Fetching Real-Time Data via AeroAPI - Receiving 403 Forbidden Error

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. :upside_down_face:

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! :slightly_smiling_face:

The API Key must be supplied via the x-apikey header in the request.