slackhash verify

API Documentation for Hash Verification

This documentation provides details on how to use the Ash-Session API to verify and manage hashes.

Verify a Hash

To verify a hash, use the following curl command:

curl -X GET "https://api.luastro.com/v1/verify/your_hash_here"

Expected Response

{
  "status": true,
  "action": null,
  "message": "Hash found"
}

Delete a Hash

To verify and delete a hash, use the following curl command:

curl -X GET "https://api.luastro.com/v1/verify/your_hash_here?delete=1"

Expected Response

Destination Protector

When the "Destination Protector" is enabled, a checkpoint completion will include a hash in the URL's parameters, e.g., ?hash=dijaiwjdhn321iu. This hash can be verified with the API as described above.

Making GET Requests in Different Languages

Python

PHP

JavaScript (Node.js)

Last updated