Authentication & API Key
All SecureNative API requests must be made through HTTPS. Requests are authenticated by passing your API key in an authorization header.
Every request should have your URL look like this:
curl -X GET \
'https://api.securenative.com/flow/api/v1/ \
-H 'Authorization: API_KEY' \
Getting your SecureNative API KEY
To use SecureNative Services API's you first need an API Key. You can get one by first creating a new SecureNative account and then by clicking on "APIs & Services" then "Credentials" to create a new API Key.
Delete an existing access key
Before you delete an API Key, make sure it's no longer in use. You can't recover an API Key after deleting it. To delete your API Key, choose Delete next to the API Key that you you want to delete.
Forgot your API KEY?
If you've already have a SecureNative account, and need to find your key again, log in to SecureNative Console.
- In the top navigation, click "APIs & Services"
- Click "Credentials"
- Locate an API Key in the list.
- Delete the selected API Key.
- Generate a new API Key.
Obtaining Project Secret
If can obtain Secret API Key
from your project setting. You can find it in the Project Settings page:
- In the menu, select your project in projects dropdown located in the header
- Click on "Project Setting" icon
- Copy a
Secret API Key