AirNav Systems Forum

AirNav RadarBox and RadarBox24.com => RadarBox.com FAQ => Topic started by: kostya2216 on December 03, 2019, 11:40:26 AM

Title: Token for basic plan
Post by: kostya2216 on December 03, 2019, 11:40:26 AM
Hey is it possible to get a token for the basic plan so i can try the api before giving my credit card details?
Title: Re: Token for basic plan
Post by: Runway 31 on December 03, 2019, 01:07:09 PM
You dont need a token for the basic plan its free and no card details are required for it

Alan
Title: Re: Token for basic plan
Post by: kostya2216 on December 03, 2019, 03:30:39 PM
Thanks for the quick reply, so how come whenever i try to query the flight-history api on this end point:

Code: [Select]
https://api.radarbox.com/flight-history/search
i get this response:

Code: [Select]
{
    "timestamp": "2019-12-03T15:28:07.133+0000",
    "status": 401,
    "error": "Unauthorized",
    "message": "No valid token was provided. This operation requires a valid token",
    "path": "/flight-history/search"
}
Title: Re: Token for basic plan
Post by: Runway 31 on December 03, 2019, 04:29:36 PM
Ah the API is a different matter and separate from the app, you cannot try it for free I would think.  You should however be able to query the flight history within the app itself using the search facility

Alan