Prerequisites
To configure the Headless Web SDK, you must provide the following credentials:- Partner ID: The unique identifier assigned to you during onboarding.
- Partner Token: The access token you generate for the user from your system.
To understand how authentication works for partners, see Partner Authentication.
Authenticate With React (Recommended)
We recommend using theuseAuth hook to authenticate with the Suki Headless Web SDK in React applications. This hook simplifies the process by managing user registration and token updates automatically.
For implementation details, read the full useAuth hook guide.