Skip to main content

API Key

Every request must include your API Key in the apikey header:
Contact your Leadhub account manager to obtain your publisher_id and API Key.

Example

Advertiser authentication

Advertisers use a separate API Key to call PATCH /lead/{lead_id}/status. This key is provisioned by Leadhub when your integration is set up.

Security

  • Keys are sent in headers, never in URLs or query strings.
  • Keys do not expire by default. Contact Leadhub to rotate a compromised key.
  • Each key has a fixed scope — publisher keys cannot call advertiser endpoints and vice versa.