``` curl -XPOST 'https://api.unkey.dev/v1/keys.verifyKey' \ -H 'Content-Type: application/json' \

curl -XPOST 'https://api.unkey.dev/v1/keys.verifyKey' \
  -H 'Content-Type: application/json' \
  -d '{
    "key": "3ZgvH8KKWrP8W8J25xU1KBeN"
  }'


This was what I was using, 150 first hit, then 30-40 after that
Was this page helpful?