Exelth API List

All available external endpoints

POST/api/v1/auth/login

Login with phone OTP and receive access token.

POST/api/v1/auth/logout

Logout the currently authenticated user.

GET/api/v1/patients

Get all patients for the current organization.

GET/api/v1/patients/:id

Get a specific patient by ID.

GET/api/v1/appointments

Get all appointments for the organization.

GET/api/v1/appointments/:id

Get a specific appointment by ID.

GET/api/v1/facilities

List all public facilities for the user’s organization.

GET/api/v1/public-facilities

List all public facilities for the patient users.

GET/api/v1/search

Search all public facilities for the patient users.

GET/api/v1/staff

List all staff members in the organization.

POST/api/v1/feedback

Submit feedback from the mobile app.

GET/api/v1/feature-flags

Submit feedback from the mobile app.