Hash
Questo endpoint verifica se un hash esiste già.
hash
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
// HASH PRESENTE
{
"status": "OK",
"data": {
"exists": true,
"id": 93843
}
}
// HASH NON PRESENTE
{
"status": "OK",
"data": {
"exists": false
}
}Last updated
Was this helpful?