Skip to main content

Documentation

Protocol documentation

Everything you need to integrate, understand, and extend SecureStamp.

Quick start

The fastest way to verify a domain or email: a single GET request, no authentication required.

Try the verifier
curl
curl -X POST https://securestamp.online/api/trust/check \
  -H "Content-Type: application/json" \
  -d '{"target":"example.com"}'
Documentation — SecureStamp Protocol | SecureStamp Foundation