- 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
Send Url Forgot Password
Developing
POST
/v1/auth/forgot-password
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/auth/forgot-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "admin@admin.com"
}'
Response Response Example
{
"data": null,
"message": "Success request forgot password"
}
Request
Body Params application/json
object {0}
Examples
Responses
🟢200Success
application/json
Body
data
nullÂ
required
message
stringÂ
required
Modified at 2025-04-16 01:27:10