Skip to main content

Depot All Ep

POST 

/v1/depot/all

Depot All

Retrieves comprehensive details for all depots within the system, including location, associated market, and carrier information if applicable.


Required Scopes (ia.r)

Response

id: str
The internal identifier for the depot.


name: str
The unique name of the depot.


city: str | None = None
The city where the depot is located.


state: str | None = None
The state where the depot is located.


postal_code: str | None = None
The postal code where the depot is located.


market: str | None = None
The market a depot belongs to.


latitude: float | None = None
The latitude of the depot.


longitude: float | None = None
The longitude of the depot.


timezone: str | None = None
The timezone of the depot.


address: str | None = None
The street address of the depot, e.g., 111 Example St.


carrier_name: str | None = None
The name of the carrier associated with the depot.


carrier_id: int | None = None
The identifier for the carrier associated with the depot, if applicable.


extra_data: object | None = {}
Any additional data provided by the client or managed through integration endpoints.


shift_length_hours: float | None = None
Shift length for any drivers part of this depot.


updated_on: datetime | None = None
The timestamp of the most recent update to the depot's information.

Deprecated

key: int
Deprecated, same as id.

Responses

Successful Response

Loading...