CrowdPower API
The CrowdPower API consists of a public Beacon API and a private Core API.
The Beacon API is used within our JavaScript tag to send data from your website to CrowdPower. It may also be used to send data from your web server. These endpoints use your project's public key for authorization.
The Core API is what the CrowdPower app uses when you are signed into the console. You may ping these endpoints from your web server by authorizing the calls with your project's secret key (or an application key). You should NEVER expose these keys to the outside world.
To authorize your requests, include an Authorization header with a Bearer token. The token will be a public, secret, or application key. You can access your project's keys here: https://app.crowdpower.io/settings/api-keys