- 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
Get profile
Developing
GET
/v1/profile
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/profile'
Response Response Example
{
"data": {
"id": "301321db-f64f-4b34-a041-3978d9543825",
"fullname": "admin",
"email": "admin@admin.com",
"description": "saya adalah admin",
"phone_number": "88228568957",
"avatar_path": null,
"avatar_url": null
},
"message": "Sukses mengambil data Profile"
}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Responses
🟢200Success
application/json
Body
data
objectÂ
required
id
stringÂ
required
fullname
stringÂ
required
email
stringÂ
required
description
stringÂ
required
phone_number
stringÂ
required
avatar_path
nullÂ
required
avatar_url
nullÂ
required
message
stringÂ
required
Modified at 2025-05-28 07:48:10