Error
A valid request URL is required to generate request examples{
"code": 200,
"message": "OK",
"data": {
"violation_reference_id": "V-20250409-ae732f",
"status": "PENDING",
"metadata": {
"id": "12345"
}
}
}Endpoints
Create Vioaltion V1
POST
/
v1
/
violations
/
public
Error
A valid request URL is required to generate request examples{
"code": 200,
"message": "OK",
"data": {
"violation_reference_id": "V-20250409-ae732f",
"status": "PENDING",
"metadata": {
"id": "12345"
}
}
}This endpoint lets operators report violations using a multipart/form-data request with location, metadata, and uploaded images.
Authorization
You must include a bearer token in theAuthorization header.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data