chore: Update observers/account endpoint docs

This commit is contained in:
Josepablo C
2025-06-05 00:56:17 -06:00
parent 8fd7364558
commit ef66a297d4

View File

@@ -485,9 +485,9 @@ __This endpoint is only valid for carriers.__
## Observers endpoints
### observers/public/account/
### observers/account/
The full endpoint is `observers/public/account/`, and serves for the account credentials management, the same way it works for the common users at the endpoint `/public/account`, by the process of creating an OTP when requesting a new user or recovering the account password.
The full endpoint is `observers/account/`, and serves for the account credentials management, the same way it works for the common users at the endpoint `/public/account`, by the process of creating an OTP when requesting a new user or recovering the account password.
- `POST /client/authorize` or `POST /warehouse/authorize`: Authorize the access to the user identified by email:password.
- `GET /client/authorize/:session_token` or `GET /warehouse/authorize/:session_token`: Authorize the access to the user identified by the session token.