hash verify
API Documentation for Hash Verification
Verify a Hash
curl -X GET "https://api.luastro.com/v1/verify/your_hash_here"Expected Response
{
"status": true,
"action": null,
"message": "Hash found"
}Delete a Hash
curl -X GET "https://api.luastro.com/v1/verify/your_hash_here?delete=1"Expected Response
Destination Protector
Making GET Requests in Different Languages
Python
PHP
JavaScript (Node.js)
Last updated