Skip to content

Random letter


Returns a random letter.


GET /api/random/random-letter
Terminal window
https://api.cookie-api.com/api/random/random-letter


curl --location 'https://api.cookie-api.com/api/random/random-letter' \
--header 'Authorization: API_Key'

Responses
{
"random_letter": "L",
"success": true
}