Skip to main content
GET
/
v1
/
crypto
/
hmac
Generate Hmac
curl --request GET \
  --url https://api.example.com/v1/crypto/hmac \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

message
string
required

Message to sign

key
string
required

Secret key

algorithm
string
default:sha256

Hash algorithm: md5, sha1, sha256, sha512

Response

Successful Response