Receive Side Authentication
Receiving Prospects
Bold Penguin will be sending prospect records to you in a push model. We send
the prospects as JSON records via HTTP POST
. We can inject credentials into
that request either via basic authentication or a static header (X-API-KEY
,
Authorization: Bearer
, etc.)
Dispositioning
The Receive Side API for dispositioning uses bearer authentication via a supplied token. The token must always be presented as an HTTP header in your dispositioning requests:
Authorization: Bearer <access_token>
Your Account Manager will provide you with unique bearer tokens for our Staging and Production environments.