Utilities

Hash a string

Generate a hash for a given string.

post/utils/hash/verify

Request body

stringstring required

String to hash.

hashstring required

Hash you want to verify against.

Response

Successful request

databoolean

Example response

{
  "data": true
}

Changes