SecureNative Docs
  • Docs
  • Site
  • Help

›Guides

Welcome

  • Introduction
  • Quick Start
  • How SecureNative works

Guides

  • Tracking Events
  • Authentication & API Key

Security Modules

  • Users Monitoring
  • Zero Trust Authentication
  • Fraud Detection
  • Account Takeover

Security Automation

  • Introduction
  • Security Flows
  • Security Flows API
  • Events
  • Rules

Using SecureNative

  • Dashboards
  • Security Events
  • Vulnerabilities
  • Security Headers
  • Users Monitoring
  • Inviting Team Members

Privacy

  • GDPR Compliance

Sources

  • JavaScript Agent

SDKS

  • SDK's
  • SDK Guide
  • SDK Tutorial
  • SDK Integration

Micro-Agents

  • Node.js
  • Java
  • Ruby
  • python
  • PHP
  • Go

Integrations

  • Webhooks
  • Slack
Edit

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.

API Keys

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

SecretAPIKey

Last updated on 7/12/2020
← Tracking EventsUsers Monitoring →
  • Getting your SecureNative API KEY
    • Delete an existing access key
    • Forgot your API KEY?
    • Obtaining Project Secret
SecureNative
© Copyright 2018 - 2020 SecureNative, Inc. | All Rights Reserved