Quick Start
Last updated
Was this helpful?
Last updated
Was this helpful?
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can get your API keys from our support team, contact us here: .
To make your first request, send an authenticated request to the users login url. This will store a session token in the database that you will need to send in each following requests.
POST
https://www.flylogs.com/users/login.json
This is the first call required to use any other functions.
email*
string
Valid email address of an existing user in your company.
password*
string
The user password.
remember_me
bool
Make session duration +20 minutes.
Take a look at how you might call this method using our official libraries, or via curl
: