Get an API key
API keys are issued by Hamlet. Reach out to your account contact to obtain a key
for your organization. Keys are prefixed with
hmlt_ and grant access to a
specific set of locations (your entitlements).Make your first request
Every
/v1 endpoint requires an Authorization: Bearer <key> header. List the
locations your key is entitled to:What’s next
Authentication
How Bearer keys and entitlements work.
Rate limits
Per-key limits, budget headers, and handling 429s.
Pagination
Page through large result sets with opaque cursors.
Incremental sync
Pull only what changed since your last run.
Errors
The error envelope and the codes your client should branch on.
API reference
Every endpoint with request and response schemas.