Check API status
GET/api/v1/optimus/inspect/status/
Check the status of the API. If a status code of 200 is returned, it works fine.
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
detail booleanrequired
{
"detail": true
}
Loading...