1. private
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
        PUT
      • Update partner company info
        POST
      • Get a partner company
        GET
      • Disable a customer company
        POST
      • Enable a customer company
        POST
      • Disable a partner company
        POST
      • Enable a partner company
        POST
    • 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 Latest Event for Each Device in Company
    • Share an event
    • Get a last updated event of devices
    • Get list of company events
  • 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. private

Enable a customer company

POST
/{user_role}/partner/{partner_name}/companies/{company_name}/enable
Endpoint to enable a customer company.

User Role Permissions#

The following table shows which user roles are allowed to send requests using this API endpoint.
RolePermission
System Admin
Customer Service
Sales Support

Request

Path Params

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://fleet.roscolive.com/api/v1.0//partner//companies//enable'
Response Response Example
{
    "meta": {
        "code": 200
    },
    "response": {
        "company": {
            "active": true,
            "advanced_profile_settings": false,
            "allow_create_company": false,
            "allow_edit_company": false,
            "asset_deletion_protection": true,
            "bewhere_account_id": null,
            "billing_date": 2,
            "company_address": "Trees str",
            "company_address2": "Trees str, 2",
            "company_city": "Detroit",
            "company_country": "USA",
            "company_key": "fed364aaab",
            "company_metadata": {
                "a": 1,
                "b": 2,
                "c": [
                    1,
                    2,
                    3,
                    4,
                    5
                ]
            },
            "company_name": "API-test-Company",
            "company_phone_number": "1234567890",
            "company_state": "Michigan",
            "company_type": "CUSTOMER",
            "company_zipcode": "1121212",
            "created_by": 534,
            "created_by_company_id": 9412,
            "custom_apn": "",
            "cutoff_when_overage": false,
            "data_threshold_pct": 1.0,
            "data_threshold_pct_global": 1.0,
            "data_threshold_type": "global",
            "dms_notifs_cutoff": null,
            "driver_recognition": "manual",
            "event_expiration": "365",
            "geofencing_active": false,
            "geotab_database": "",
            "geotab_path": "",
            "hash": "96e137a7ec9f626bd0720f44f579bd2e",
            "id": 9413,
            "industry_type": "other",
            "live_active": true,
            "override_overage_limits": false,
            "owner_company": "API_test___partner",
            "partner_company": "API_test___partner",
            "reformat_reminder": 4,
            "speedlimit_audio": false,
            "speedlimit_feature": false,
            "status": "used",
            "storage_active": true,
            "token": "81771414",
            "trace_active": true,
            "trial_status": false,
            "using_rosco_sim": true
        }
    },
    "result": "OK"
}
Modified at 2026-06-23 12:50:51
Previous
Disable a customer company
Next
Disable a partner company
Built with