Skip to main content
GET
/
health
Healthcheck básico
curl --request GET \
  --url https://api.mivicall.com/health
{
  "status": "ok",
  "service": "atende-api",
  "timestamp": "2023-11-07T05:31:56Z",
  "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://docs.mivicall.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

OK

status
string
Example:

"ok"

service
string
Example:

"atende-api"

timestamp
string<date-time>
requestId
string<uuid>