Discussions

Ask a Question

Besides accepting a direct publisher URL/ID, do we expose a /resolve endpoint (input: name, address, phone; output: canonical IDs/URLs per publisher)?

The API is designed to accept publisher URLs, which should be provided via the profile_key parameter.

What is the recommended polling frequency for Lite (e.g., hourly/daily/weekly)? Any hard minimum interval (e.g., “not more frequent than every X seconds”)?

While hourly polling is acceptable, webhooks are the preferred solution for data retrieval, eliminating the need to submit requests. Upon notification via webhook, the data for the specific task can be retrieved.