Quick Start
Get your API keys
Make your first request
Use your key to collect informations.
Request Body
Name
Type
Description
{
"ok":true,
"result":
{
"user_id":123456789,
"chat_id":-100123456789,
"text":"TEXT OF THE FEATURE/BUG",
"type":"feature",
"rating_stars":null
},
"time":1662845972
}{
"ok":false,
"error":"API key not found",
"time":1662844480
}Last updated