Attuitive
  • Welcome
  • Getting Started
    • Quickstart
  • Basics
    • Workspaces
    • Events & Actions
    • Identifiers & Traits
  • API Reference
    • Introduction
    • Authentication
    • Error handling
    • Pagination
    • Request IDs
    • Identify
    • Track
    • Distill
Powered by GitBook
On this page
  1. API Reference

Authentication

PreviousIntroductionNextError handling

Last updated 25 days ago

The Attuitive API uses API Keys to authenticate requests. These can be managed via the .

API keys have a prefix of sk_. They are sensitive values that allow access to your workspace. Do not share them publicly such as in code repositories or client-side code.

All requests should be made over HTTPS. Insecure connections, or un-authenticated requests will rejected.

Attuitive Console