1. Event
RoscoLive API v1.0(v2.41.0)
  • Authentication
    • Login
      POST
    • Logout
      GET
  • Report
    • Get custom report data
      GET
    • Get paired GO device report
      GET
    • Update custom report
      POST
    • Create custom report for user
      PUT
  • Company
    • private
      • Create a new partner company
      • Update partner company info
      • Get a partner company
      • Disable a customer company
      • Enable a customer company
      • Disable a partner company
      • Enable a partner company
    • Create a company
      PUT
    • Get a company by ID
      GET
    • Update company
      POST
    • Get a company
      GET
    • Get companies
      GET
    • Get own partner company
      GET
  • Remote Device Management
    • Get device config history
      GET
    • Get device config history file
      GET
  • Device
    • Search devices
      GET
    • Update a device settings
      POST
    • Get a device
      GET
    • Get list of company devices
      GET
    • Get device with driver ID
      GET
    • Create devices (auto-prov/DV4/DV6/DV7)
      PUT
    • Get devices for all companies available for user
      GET
    • Get device list for multiple companies
      GET
    • Get current activity status of devices
      GET
  • Driver Scoring / Coaching
    • Get company event score weights
    • Update company event score weights
  • Event
    • Get Company Events
      GET
    • Get Latest Event for Each Device in Company
      GET
    • Share an event
      PUT
    • Get a last updated event of devices
      GET
    • Get list of company events
      GET
  • External Service
    • BeWhere
      • Get BeWhere trackers by group
      • Add BeWhere tracker to group
      • Remove BeWhere tracker from group
      • Get list of BeWhere trackers for a company
      • Get available dates for a BeWhere tracker
      • Get metadata for a BeWhere tracker
  • Group
    • Get devices of a group
  • Metadata
    • Get alerts and events of devices for company
    • Get alerts of a device
  • Webhooks
    • Add Webhook Subscription to Multiple Event Types
    • Get Notification Subscriptions for Event Type
    • Set Notifications for Event Type
    • Remove Notification Subscription for Event Type
    • Get All Webhook Subscriptions for a Company
  • Installer App
    • Get user installed devices
  1. Event

Share an event

PUT
/events/{event_id}/share
Partner can share an event. The 'expiration' parameter is optional, 1 day by default. Several emails should be separated by ','
RolePermission
Partner
Partner View
Custom Partner
Fleet Manager
Group Manager
User
Custom User

Request

Path Params

Body Params multipart/form-data

Responses

🟢200Success
application/json
Bodyapplication/json

🟠401Login Required
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://fleet.roscolive.com/api/v1.0/events//share' \
--form 'email="{{EMAIL}}"' \
--form 'company_id="{{COMPANY_ID}}"' \
--form 'expiration="{{EXPIRATION}}"' \
--form 'message="{{OPTIONAL: message}}"' \
--form 'sender_name="{{SENDER_NAME}}"' \
--form 'subject=""'
Response Response Example
200 - Success
{
    "meta": {
        "code": 200
    },
    "response": {
        "permalink_id": "0eec28a5ba9540b8b5f7884e746fb41a"
    },
    "result": "OK"
}
Modified at 2026-06-22 14:42:11
Previous
Get Latest Event for Each Device in Company
Next
Get a last updated event of devices
Built with