- 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
Create Gate
Developing
POST
/v1/gates
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/gates' \
--header 'Content-Type: application/json' \
--data-raw '{
"area_id": "ebea76db-7dd5-4b02-9a11-82fe483df654",
"name": "Portal Masuk",
"identity_gate": "PORTAL00125",
"is_active": true,
"is_rfid_access": true,
"is_qr_code_access": true,
"gate_type": "Main"
}'
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
area_id
stringÂ
required
name
stringÂ
required
identity_gate
stringÂ
required
is_active
booleanÂ
required
is_rfid_access
booleanÂ
required
is_qr_code_access
booleanÂ
required
gate_type
stringÂ
required
Examples
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2025-05-08 03:39:37