Authentication
ApiKey header
Section titled “ApiKey header”Every request includes an ApiKey header. Keys unlock only named services Three Levers has provisioned for your organization—there is no public layer catalog.
Named Credential pattern (Salesforce)
Section titled “Named Credential pattern (Salesforce)”Store the base URL and ApiKey in a Named Credential:
- Create a Named Credential pointing at
https://apis.threelevers.com/ - Add header
ApiKeywith your issued key (via Named Credential or External Credential) - Reference in External Service callouts or Apex
callout:YourNamedCredential/...
Do not paste production keys into Flow formulas or page layouts.
Service scoping
Section titled “Service scoping”Each dataset is a named service (e.g. Acme_ServiceAreas_2026) provided at onboarding. Requesting an unauthorized or misspelled service returns an error—confirm the name with Three Levers.
Sandbox keys
Section titled “Sandbox keys”Production API keys only today. Sandbox keys are not offered.