Guide to setup your first connection to the Hum API
curl --request GET \ --url https://api.letshum.com/ping \ --header 'accept: application/json' \ --header 'authorization: Bearer <YOUR-TOKEN-HERE>'
{ "message": "🎤 We're humming along!", "timestamp": "1985-11-12T22:04:00.742Z" }
Was this page helpful?