Skip to main content

Getting SDK Token

To use the Azeoo SDK, you need to obtain an API key (SDK token) from the Azeoo client platform admin panel.

Steps to Get Your SDK Token

  1. Register for the Azeoo Client Platform
  2. Complete payment for SDK access
  3. Access admin panel and navigate to SDK section
  4. Generate SDK token for React Native platform
  5. Save token securely (use environment variables or secure storage)

[!WARNING] Never commit tokens to version control. Use environment variables or secure storage.

Token Format

azeoo_rn_<environment>_<unique_identifier>

Next Steps