partner_token, but login or register fails, or Suki cannot tell which provider is active.
Solution: Send provider_id on every Login and Register. Use suki_token as sdp_suki_token, and send the same id as sdp_provider_id on Ambient API calls.
This cookbook assumes Suki configured you as a Bearer partner, and that you already have your Partner ID, shared Partner Token, and agreed
provider_id format.Login
- CURL
- Python
- TypeScript
Register (once)
- CURL
- Python
- TypeScript
Common mistakes
- For Bearer partners,
provider_idis required on login and register. - Protect the shared
partner_token. Sendsdp_provider_idon Ambient calls after login.