Skip to main content
GET
/
Say hello
curl --request GET \
  --url https://api.market.iventou.com.br/
{
  "message": "Hello!"
}

Response

200 - application/json

That works, API healthy

message
string
required
Example:

"Hello!"