Skip to main content
All Contacts API requests require authentication. Use HTTP Basic Authentication (API Key and Secret) or pass an access token in the Authorization header. Use one method per request — not both.

Generate credentials

Navigate to Contacts → API Setup in the Beem dashboard and click Generate API Key & Secret.
Your API Secret is displayed only once. Store it securely, as it cannot be viewed again.

Authentication methods

  • Username: API Key
  • Password: API Secret
Never expose your API Key, API Secret, or access token in frontend applications or public repositories.