Skip to main content
GET
/
prod
/
prompts
/
{idSite}
/
default-condition
Get Default Opt-in Prompt Conditions
curl --request GET \
  --url https://api.aimtell.com/prod/prompts/{idSite}/default-condition \
  --header 'X-Authorization-Api-Key: <api-key>'
{
  "id": 1234,
  "page": "*",
  "promptId": 5678,
  "autoPrompt": 1,
  "idSite": 179,
  "device_type": "any",
  "browser": "any",
  "seconds_delay": null,
  "scroll_delay": null,
  "pages_delay": null,
  "cookie_required": null,
  "disabled": null,
  "priority": 0,
  "createdAt": "2020-04-29 18:13:06",
  "updatedAt": "2020-08-27 19:42:55"
}

Authorizations

X-Authorization-Api-Key
string
header
default:""
required

Path Parameters

idSite
string
required

Website ID

Response

200

id
integer
default:0
Example:

1234

page
string
Example:

"*"

promptId
integer
default:0
Example:

5678

autoPrompt
integer
default:0
Example:

1

idSite
integer
default:0
Example:

179

device_type
string
Example:

"any"

browser
string
Example:

"any"

seconds_delay
any
scroll_delay
any
pages_delay
any
disabled
any
priority
integer
default:0
Example:

0

createdAt
string
Example:

"2020-04-29 18:13:06"

updatedAt
string
Example:

"2020-08-27 19:42:55"