Skip to content

Auth Service v3.0.1

Authentication and authorization related entrypoints of simple task management system Micro Service backend.


Endpoints


GET /healthcheck

Healthcheck

Description

Endpoint for health check.

Returns: Response: A Response object with status code 200 indicating successful health check.

Response 200 OK

Schema of the response body


GET /

Root Api

Description

Root API endpoint.

Returns: dict: A dictionary with a message key indicating the auth service.

Response 200 OK

Schema of the response body