Getting Started
Last updated
Last updated
DynoFlight services can be accessed both through our API and through our user interface at . This guide is for the use of the DynoFlight API.
When you are first onboarded, you will be given a login to the DynoFlight sandbox. This is accessed at sandbox.dynoflight.com as opposed to dynoflight.com. The sandbox UI and API are for testing your integration. In the sandbox environment, you can set up your system to work properly and try the DynoFlight features without provisioning real credits. We use a separate URL for the sandbox and show a prominent banner in the sandbox UI to minimize the risk of accidentally using a live environment while testing.
The rest of the documentation uses "dynoflight.com" for all links. Remember to instead use "sandbox.dynoflight.com" when accessing the sandbox environment.
To begin using the DynoFlight API, you must provision an API key with our user interface at .
To use the API you must use the 'Bearer {access_token}' format to send the authorization token with each request. Here is an example of calling the company detail endpoint in python:
You can find the DynoFlight Swagger documentation at .