cURL
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" }
Fetches the default opt-in prompt conditions for a website
Website ID
200
1234
"*"
5678
1
179
"any"
0
"2020-04-29 18:13:06"
"2020-08-27 19:42:55"