Skip to content

Send feedback email

POST
https://services.kwant.pro/api/front/misc/misc/feedback

This endpoints return json data with banner for provided category.

Request

The request body should contain the following parameters:

Request body
{
"email": "this@test.pl", // required
"topic": "Random topic", // required
"message": "Blah blah" // required
}

Response

The response will contain the following data:

Response body
{
"success": true,
"message": "Dziękujemy za przesłanie wiadomości. Odpowiemy najszybciej jak to możliwe."
}