- 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 Email Verification
Developing
POST
/v1/auth/send-email-verification
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/auth/send-email-verification' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "alice.johnson@gmail.com"
}'
Response Response Example
{
"data": null,
"message": "Sukses mengirimkan URL verifikasi email"
}
Request
Body Params application/json
email
stringÂ
required
Examples
Responses
🟢200OK
application/json
Body
data
nullÂ
required
message
stringÂ
required
Modified at 2025-05-05 04:42:20