v1

latestOpenAPI 3.0.12026-07-1714724311.1 KB
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
}