access control

API keys

Hash-stored. The raw key is shown exactly once on creation — copy it immediately or rotate. Revocation takes effect the moment you click it.

loading keys...
how to authenticate
curl -X POST https://api.verification.netrionlabs.com/v1/verify \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"email":"john@ibm.com"}'