Authentication
The Bliss SDK uses a simple client credentials authentication flow to secure your API requests.
Getting Started
1. Obtain Your Credentials
Contact Bliss to receive your:
- Client ID
- Client Secret
2. Configure the SDK
Before using any SDK features, configure it with your credentials:
await window.Bliss.configure(clientId, clientSecret);That's it! The SDK will now handle authentication automatically for all subsequent API calls.
Support
If you encounter authentication issues, contact support at [email protected]
Updated 3 months ago
