BimSat
  1. NOTIFICATIONS
BimSat
  • NOTIFICATIONS
    • NOTIFICATIONS_badge_reset
      POST
    • NOTIFICATIONS_create
      PUT
    • NOTIFICATIONS_user_id_data
      GET
    • NOTIFICATIONS_delete
      DELETE
    • NOTIFICATIONS_user_id
      GET
  • GPRS_COMMANDS
    • add gprsCommand
      POST
    • get gprsCommand
      GET
    • get pending gprsCommand
      GET
    • delete gprsCommand
      DELETE
    • reset gprsCommand
      DELETE
    • reset gprsCommand
      PUT
  • routesGrouped
    POST
  • qora/vehicles/
    GET
  • qora/vehicles/
    POST
  • VEHICLES_imei
    GET
  • VEHICLES_SAFETY_user_id
    GET
  • /notifications/history
    GET
  • VEHICLES_DDD_user_id
    GET
  • DRIVERS_DDD_user_id
    GET
  • AUTH_credentials
    POST
  • AUTH_user_api
    POST
  • AUTH_internal
    POST
  • DRIVERS_ddd
    POST
  • USERS_api
    GET
  • VEHICLES_user_id
    GET
  • VEHICLES_targa
    GET
  • VEHICLES_imei_position
    GET
  • VEHICLES_targa_polyline
    PUT
  • VEHICLES_routes
    PUT
  • VEHICLES_routesV2
    GET
  • VEHICLES_percorso
    PUT
  • VEHICLES_download_route
    POST
  • VEHICLES_targa_checkPOI
    PUT
  • VEHICLES_get_fuel_levels
    POST
  • DRIVERS_plafond
    GET
  • DRIVERS_ddd_activities_file
    POST
  • DRIVERS_ddd_rests_file
    POST
  • DRIVERS_ddd_lul_file
    POST
  • DRIVERS_ddd_lul_internal_file
    POST
  • DRIVERS_ddd_files_analize_save
    POST
  • DRIVERS_get_ddd_infringements
    GET
  • DRIVERS_get_ddd_lul_bsq
    GET
  • unamerda
    POST
  • APP_version
    GET
  • APP_auth
    POST
  • APP_alert
    GET
  • cacca_merda
    POST
  • APP_recovery_mode
    POST
  • APP_recovery_mode
    PUT
  • donwload file ddd zip
    POST
  1. NOTIFICATIONS

NOTIFICATIONS_create

PUT
/{{version}}/notifications

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PUT 'https://testapi.bimsat.com:8443/v1/v1/notifications' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "notification_data": {
    "auth_hours": {
        "monday": {
            "min": 8,
            "max": 18,
            "all_day": false
        },
        "tuesday": {
            "min": 8,
            "max": 18,
            "all_day": false
        },
        "wednesday": {
            "min": 8,
            "max": 18,
            "all_day": false
        },
        "thursday": {
            "min": 8,
            "max": 18,
            "all_day": false
        },
        "friday": {
            "min": 8,
            "max": 18,
            "all_day": false
        },
        "saturday": {
            "min": 8,
            "max": 18,
            "all_day": false
        },
        "sunday": {
            "min": 8,
            "max": 18,
            "all_day": false
        }
    },
    "description": "asd",
    "priority": "normal",
    "timezone": "Europe/Rome",
    "type": "unauth_drive",
    "users": [
        "62a3bcb96e86dc7ba48ef6f4"
    ],
    "vehicles": [
        "66cdebaf199e63eb18066df2"
    ]
}
}'
Response Response Example
{}
Modified at 2025-08-19 14:54:21
Previous
NOTIFICATIONS_badge_reset
Next
NOTIFICATIONS_user_id_data
Built with