How do I get a HERE API key?
Short answer: Sign up on HERE’s developer portal, or get credentials issued through a Gold Partner. The self-serve path is faster. The partner path tells you, before you build, whether your key covers the API you’re about to depend on.The longer version
Self-serve. Create a HERE platform account, register an app, generate a key. Minutes. You get a key against the free tier. Partner-issued. You describe what you’re building — not “we need mapping,” but “truck routing for an ELD platform” — and receive keys with the relevant entitlements enabled.Why entitlement matters more than speed
Not every HERE API is in the free tier. Entitlements vary by account type. A team can build a working prototype, present it to leadership, get approval, and only then discover the specific API their product depends on carries different terms in a production contract. Truck routing inclusion in the free tier specifically should be confirmed against your account before you scope a pilot around it. Do not assume from general documentation.Common misconceptions
“Free tier is a production sandbox.” It’s a rate-limited product boundary. If you exceed it in staging, you’ll exceed it in production. “One key covers web and mobile.” Web tile access and mobile SDK access are separate entitlements. Discovering this at app store submission is expensive. “403 is a transient error.”
It will never succeed on retry. It’s a commercial conversation, not a technical one.
“I need my own HERE account to use HERE.”
Not if you license through a Gold Partner. Placematic USA LLC becomes the contracting party.
Do this before you write code
403 on any of them is information you want in week one, not week six.
Related
Getting a HERE API Key
Sandbox vs production, entitlements, and confirming coverage.
Authentication
Key handling, rotation without downtime, error semantics.
How do I handle rate limits?
429 and 403 are different problems.Do I buy from HERE or Placematic?
The commercial paths, honestly compared.
Need production HERE API keys or implementation support? Placematic is an official HERE Technologies reseller and implementation partner. Talk to us.