RoscoLive API v1.0(v2.35.0)
  1. Company
RoscoLive API v1.0(v2.35.0)
  • Event
    • Request custom video from device
      PUT
  • Company
    • create a company
      PUT
    • get a company by ID
      GET
    • update a company by ID
      POST
    • update company
      POST
    • get a company
      GET
    • get companies
      GET
    • get own partner company
      GET
  • Device
    • Geotab
      • Pair cameras to GO devices by CSV file
    • Play in-cab audible alert sound for device
      POST
    • Get a device
      GET
  • External Service
    • Get an external service account
      GET
    • Pair RL device with external device
      PUT
    • Get RL device data via external device unique serial number
      GET
  • Fleet Configuration
    • Create new profile in a company
      POST
    • Update a company profile
      POST
    • Get a company profile
      GET
    • Get profiles of a company
      GET
    • get profile history
      GET
  1. Company

get own partner company

GET
https://fleet.roscolive.com/api/v1.0/partners/me
partnercompany
Returns the Partner company data the current user belongs to.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://fleet.roscolive.com/api/v1.0/partners/me'
Response Response Example
200 - Success
{
  "meta": {
    "code": 200
  },
  "response": {
    "company": {
      "allow_create_company": false,
      "allow_edit_company": false,
      "billing_date": 1,
      "company_address": "4706 Theodora Field",
      "company_address2": "51243",
      "company_city": "West Raphael",
      "company_country": "Pitcairn Islands",
      "company_key": "A1B2C3D4E5",
      "company_metadata": {
        "data": "et nisi eu minim tempor"
      },
      "company_name": "Swift, Murphy and Mueller",
      "company_phone_number": "6015104323",
      "company_country_code": null,
      "company_state": "Tennessee",
      "company_type": "PARTNER",
      "company_zipcode": "58035",
      "created_by": 15284,
      "created_by_company_id": null,
      "custom_apn": "http://tepid-shoelace.info",
      "data_usage_threshold": 23269648,
      "driver_recognition": "cardreader",
      "event_expiration": "365",
      "geotab_database": "rosco",
      "geotab_email": "Ruthie_Swaniawski0@yahoo.com",
      "geotab_path": "https://clean-adviser.net",
      "hash": "minim irure in",
      "id": 2,
      "industry_type": "Construction",
      "live_active": true,
      "reformat_reminder": 6,
      "status": "used",
      "storage_active": true,
      "token": "12345678",
      "trace_active": true,
      "trial_status": true,
      "trial_subscribers": "example1@email.com,example2@email.com",
      "using_rosco_sim": true
    }
  },
  "result": "OK"
}

Request

None

Responses

🟢200Success
application/json
Body
meta
object 
required
Request metadata object
code
integer 
required
HTTP status code returned by response
response
object 
required
Contains response data
company
object 
required
Partner company data object
result
string 
required
"OK" if successful, else "Fail" if error
🔴500Internal Server Error
🟠404Resource Not Found
🟠401Login Required
Previous
get companies
Next
Pair cameras to GO devices by CSV file
Built with