API Keys
Manage keys for your apps. Each app should have its own key.
How to use an API key
1. Pass the full key to Attribr.initialize(apiKey:) in your iOS app
2. All SDK calls will be authenticated automatically
3. Never log or expose your full key — only the prefix shown here is stored
// HawkApp.swift
Attribr.initialize(apiKey: "attr_live_hawk00xd…")
Active keys
0Loading…