The playground
Try any of 919 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/digital-footprint/v1/phone2 credits
Check a phone number's no-session messaging-platform footprint (WhatsApp surface); inner-calls phone-validate for E.164 normalization first
Working example
Parameters
A phone number in E.164 (+countrycode…). It is normalized via the phone-validate engine first. Phone scope is deliberately NARROW.
request preview
curl -X POST https://api.reefapi.com/digital-footprint/v1/phone \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"phone":"+14155552671"}'Hit Send to run this endpoint live.