- Organization Info
- Drivers
- Hours Of Service
- Vehicles
- Vehicle Locations
- Trips
- Vehicle Stats
- Maintenance
- IFTA
- Webhook
Get information about your organization
GET
https://api.firsteld.com/openapi/company/
Organization Info
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.firsteld.com/openapi/company/'
Responses
🟢200OK
application/json
Body
id
string <uuid>
read-onlyrequired
title
stringÂ
required
<= 120 characters
dotNumber
stringÂ
required
address
stringÂ
optional
<= 500 characters
timezone
stringÂ
read-onlyrequired
Example
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"title": "string",
"dotNumber": "string",
"address": "string",
"timezone": "string"
}
Modified at 2025-02-11 21:39:00