Documentation Index
Fetch the complete documentation index at: https://docs.heffl.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
API v2 uses the same API key authentication as v1. Every request must include a valid key in thex-api-key header.
API keys
Create and manage keys in Settings → Developer in the Heffl app, or at app.heffl.com/settings/developers. Each key is scoped to a team and acts on behalf of the user who created it.Request header
Unauthorized requests
Missing or invalid keys return401:
Rate limiting
API v2 shares the same rate limit as v1: 60 requests per minute per API key. Exceeding the limit returns429 with RateLimit-* headers.
Permissions
The API key inherits the creating user’s permissions. If the user cannot create, update, or delete contacts in the app, the API will return403 Forbidden.