Skip to main content
Before you begin, ensure you have:
  • A Beem account
  • Contacts API credentials (API Key and Secret) or an access token

Authentication

All Contacts API requests require authentication using either:
  • HTTP Basic Authentication — API Key as username, API Secret as password
  • Access token — passed directly in the Authorization header (no Bearer prefix)
See Authentication for details and examples.