Auth

https://operator.flypark.io/

There are three methods to authorize:

  • The API KEY in query:

https://operator.flypark.io/v1/bookings?apikey=<YOUR_API-KEY>
  • The API KEY in request header:

URL: https://operator.flypark.io/v1/bookings
HEADERS:
 - Authentication: Token <YOUR_API-TOKEN>
  • The JWT Bearer in request header:

URL: https://operator.flypark.io/v1/bookings
HEADERS:
 - Authentication: Bearer <YOUR_JWT-TOKEN>

Last updated