This documentation is currently being written. Content will be expanded and refined over time.

Authentication

Secure your API integrations with API keys and OAuth2.

API Keys

Generate API keys from the Synaptik dashboard under Settings > Integrations. Each key can be scoped to specific modules and permissions.

OAuth2

For user-facing integrations, use the OAuth2 authorization code flow to obtain access tokens on behalf of users.

Request Headers

Include your API key in the Authorization header:

Authorization: Bearer sk_live_your_api_key