Comprehensive solution for managing Search Text based on client or Role Type
| Method | Endpoint | Description | Auth |
|---|---|---|---|
| GET | /api/ping | Health check endpoint | Public |
| GET | /swagger | Swagger API documentation | Public |
| POST | /api/auth/login | User authentication | Public |
| GET | /api/conflictcheck | Get conflict checks | JWT |
| POST | /api/conflictcheck | Create conflict check | JWT |
JWT Bearer token required for protected endpoints
Use /api/auth/login to obtain tokenNeed help? Check the documentation
API Version: 1.0.0