Redeal Analytics API
RA
Redeal Analytics API
/events

get events for analytics

By passing in the company, site or deal Id a set of user interaction event records is returned. For pagination of a large result set use queryexecutionid and nexttoken instead.

liveunknown~3s typical
developersredeal
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-redeal-io /events for me.

Input

FieldTypeDescription
companystringpass an optional company Id default null
sitestringpass an optional site Id default null
dealstringpass an optional deal Id default null
typestring (all | clicks | contacts)type of records to return default null
nexttokenstringnext token to start returning records from default null
queryexecutionidstringid of execution to get more records based on next token default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-redeal-io","endpoint":"/events","input":{"company":"...","site":"...","deal":"...","type":"all","nexttoken":"...","queryexecutionid":"..."}}'
cli
npx cracked-ai run -p oa-redeal-io -e /events -i '{"company":"...","site":"...","deal":"...","type":"all","nexttoken":"...","queryexecutionid":"..."}'
mcp
run_tool({ provider: "oa-redeal-io", endpoint: "/events", input: {"company":"...","site":"...","deal":"...","type":"all","nexttoken":"...","queryexecutionid":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.