Key | Value | Description |
---|---|---|
Authorization | Bearer {access-secret} | Authorization for making API Request |
Content-Type | application/json | Indicate the media type of the resource. Only application/json is supported. |
Key | Sample Value | Description |
---|---|---|
text | "*Status all green! 🟢*\n \n_Salute_ 🫡" | Telegram's MarkdownV2 style |
Status Code | Response | Description |
---|---|---|
200 | { "text": "sent!" } | Incoming webhook sent successfully. There is currently no variation of the response. |
400 | No Body | Request body not JSON or "text" key is not provided. |
401 | No Body | No or invalid Authorization header provided. |
404 | No Body |
|