Skip to content PLAYGROUND · v1
One data point in. Watch it grow.
Drop in an email, a phone, or a property address and watch the append come back live — then copy the exact curl, fetch, or MCP call. Runs server-side, no key required.
Request
POST/v1/email-to-phone
Response
Result
No results yet
Drop your data point in above and hit Run. Hits cost 1 credit in production; misses are always free. Nothing is billed here.
Integrate
Copy-paste this query
bash
curl https://api.openappend.com/v1/email-to-phone \
-H "Authorization: Bearer oa_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"email": "name@example.com",
"max_results": 3
}'