Beacon API

Your project has public, secret, and application keys that can be used to access all API endpoints. These keys never expire, but they can be rolled at any time.

Beacon API

The Beacon API is the same API used by the CrowdPower JavaScript tag to identify customers and record events, and page views. This means your project’s public key can be used to access these endpoints β€” as well as a secret or application key. You can find your keys in Settings.

To authorize, send in your key as an Authorization header:

Authorization: "Bearer <project_secret_key>"

You may also pass the key in as a request parameter:

api_key: "<project_secret_key>"

Last updated