curl --request GET \
  --url "https://api.kick.com/public/v1/public-key"

Public Key

The Public Key API allows you to retrieve the public key used for verifying signatures.

Get Public Key

Retrieve the public key used for verifying webhook signatures.

Get Public Key

Response

data
object
message
string
Response status message
curl --request GET \
  --url "https://api.kick.com/public/v1/public-key"