Atomicat API
​integer · min: 1 · max: 50​string​string​string​string​string​string​string​string​string | null​string | null​string | null​string | null​string | null​string | null​string | null​string | null​string | null​string | null​string | null​string | null​string | null​boolean​boolean​string | null
Search leads
GET
https://automation.atomicat-api.com/api/automation/v1
/search/leads
type is form, quiz, or omitted for both. The default limit is 25 and the maximum is 50. There is no create or delete endpoint for leads.
Required scope: leads:read.
query Parameters
limitMaximum leads. Defaults to 25 and cannot exceed 50.
Default: 25
queryCase-insensitive text matched against the record name and related fields.
typeform or quiz.
lead_idExact lead id.
page_idOnly leads from this page.
emailExact email match.
Search leads › Responses
Matching records. The body is a JSON array.
​Lead[]
idLead id.
lead_idSame as id.
typeform or quiz.
nameContact name.
first_nameFirst name.
last_nameLast name.
emailEmail.
phonePhone.
form_idForm id. Present on form leads.
form_nameForm name.
quiz_idQuiz id. Present on quiz leads.
quiz_nameQuiz name.
page_idPage id.
page_urlPage URL.
project_idProject id.
site_idSite id.
abandonedtrue when a form lead was abandoned.
is_completedPresent on quiz leads.
​object
Raw form fields.
​object
Raw quiz answers.
created_atISO-8601 timestamp.