- API
- V1
- Company
- Roles
- Permissions
- User
- Auth
- Product
- FAQs
- FAQs Public
- Company Employee
- Lokasi Tujuan
- Jenis Lokasi
- Contact
- Common
- Ticket
- External
- Video Wall
- Management Gate
- Gate Activities
- Gate In/Out
- CEISA
- PTOSM
- Dashboard
- Log Activity
- Report
- Profile
- Load Unload
- Notification
- TPS Online
- Get detail data verifikasi gate inGET
Request URL Change Password
Developing
POST
/v1/profile/request-update-password
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/profile/request-update-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "adminupdate@gmail.com"
}'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
email
stringÂ
required
Examples
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2025-05-30 09:07:20