/v2/auth/email/verification-code/send | POST | /v2/auth/accounts/register/email/codes, /v2/auth/accounts/password-reset/email/codes/send |
/v2/auth/email/verification-code/verify | POST | /v2/auth/accounts/register/email/codes/verify |
/v2/auth/email/verification-code/password-reset/verify | POST | /v2/auth/accounts/password-reset/email/codes/verify |
/v2/auth/login | POST | /v2/auth/accounts/login |
/v2/auth/token/refressh | POST | /v2/auth/accounts/tokens/refresh |
/v2/auth/account/register | POST | /v2/auth/accounts/register |
/v2/auth/account | DELETE | /v2/auth/accounts/delete |
/v2/auth/account/profile | GET | /v2/auth/my/profile |
/v2/auth/account/password | PATCH | /v2/auth/accounts/password/reset |
/v2/auth/account/password/reset | PATCH | /v2/auth/accounts/password-reset/email/codes |
/v2/auth/account/password/verify | POST | /v2/auth/accounts/password/validate |
| | |
/v2/support/users | GET | /v2/patients |
/v2/support/users/:userId | GET | /v2/patients/user-cycles/:id |
/v2/support/users/:userId/outbound | POST | /v2/patients/follow-ups/init |
/v2/support/users/:userId/outbound/:index | PATCH | /v2/patients/user-cycles/:id/follow-ups/:id |
/v2/support/users/:userId/log | POST | /v2/patients/logs/user-cycles/:id |
/v2/support/users/:userId/logs/:id | PATCH | /v2/patients/logs/:id |
/v2/support/users/:userId/issues | GET | /v2/patients/issue/user-cycles/:id |
/v2/support/users/:userId/issues/:id/status | PATCH | /v2/patients/issue/:id/status |
/v2/support/users/:userId/message/send | PSOT | /v2/patients/user-cycles/:id/missed-call-message |
/v2/site/users/:userId | PATCH | 환자 병원정보 변경 |
/v2/site/users/:userId/md | PATCH | /v2/patients/user-cycles/:id/account |
/v2/site/users/:userId/md | DELETE | /v2/patients/user-cycles/:id/account |
| | |
/v2/sites | GET | /v2/sites, /v2/patients/sites/options |
/v2/md/accounts/site/:id | GET | 사용자 현재 상태 조회 |
/v2/auth/tokens/md/access | POST | /v2/auth/tokens/md/access |