HTTP Integration
Use direct HTTP calls if you need full control.
Authentication
Core endpoints
Tokenize
curl -X POST "$VEILIO_BASE_URL/tokenize" \
-H "Authorization: Bearer $VEILIO_API_KEY" \
-H "Content-Type: application/json" \
-d '{"data":"[email protected]","type":"email"}'Detokenize
Bulk tokenize
Response and retry strategy
Last updated
Was this helpful?
