https://api.datalayer.so. Run the examples from
your terminal or backend, with DATALAYER_API_KEY supplied through your private
environment or secret manager. Never embed it in frontend code or commit it to Git.
1. Check your key
This authentication check does not call a data provider or use profiles.2. Search for a company
company_id from
the returned results. Search uses zero profiles but still requires an active
allowance and counts toward the account request limit.
3. Retrieve the selected company
SetCOMPANY_ID to the returned ID. Set REQUEST_ID to a unique identifier for this
lookup, such as a UUID. Keep that identifier for retries of the same request.
meta.profiles_used and
meta.billing_status in the response. Eligible repeats and idempotent replays use
zero additional profiles. A timeout alone does not prove zero usage; retry with
the same key and unchanged input. See usage and retries.
Next steps
- Search people using a query or company name.
- Get a person, optionally including work email.
- Read authentication and errors before integrating.