Skip to main content

API Key

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

Example

curl -X POST https://{tenant}.techea.eu/api/v1/lead \
  -H "apikey: your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{ ... }'

Advertiser authentication

Advertisers use a separate API Key to call PATCH /lead/{lead_id}/status. This key is provisioned by TECHEA 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 TECHEA to rotate a compromised key.
  • Each key has a fixed scope — publisher keys cannot call advertiser endpoints and vice versa.