Partner API (v1)

Download OpenAPI description
Languages
Servers
Sandbox server
https://sandbox.bikeflights.com/

Authentication

Operations

Data

Operations

Retrieves the current list of countries.

Request

The countries with the property country.active set to true are the ones Bikeflights can ship from and to. This list may change over time. If you wish to incorporate it into your own validation, you are free to do so. If you do not validate before making a rate request, it will return a validation error.

curl -i -X GET \
  https://sandbox.bikeflights.com/api/Data/countries \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK

BodyArray [
countryIdinteger(int64)
codestring or null
namestring or null
phoneCountryCodestring or null
activeboolean
]
Response
No response example

Labels

Operations

Order

Operations

PackageLocation

Operations

ShopRate

Operations