API Documentation
Overview
The LureSec API allows you to control a variety of aspects about your account. The current functionality is as follows.
- List Lures
- Create Lures
- List triggered Lures
- List organization users
- Add organization users
- Update organization users
Creating an API key
Follow these steps to create your API key and get started right away.
- From the Dashboard click on "Accounts" within the left sidemenu.
- Under Accounts click on "Subscription".
- Click on the refresh icon
- You should now see the API key for your account. Please note that each organization or account you are associated with would need its own API key.
- Click on the copy icon to copy the API key to clipboard
Using the API
Once you have your API key follow you can begin using it as follows
curl -H 'Authorization: Token API_KEY_HERE' https://www.luresec.com/api/v1/
For further information about the LureSec API check out the endpoints