Fleet
Get
Get a fleet by ID.
GET
/
v2
/
fleets
/
{ID}
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID
string
requiredThe unique identifier for the fleet.
Response
200 - application/json
id
integer
The unique identifier for the fleet.
title
string
The title of the fleet.
is_active
boolean
Indicates whether the fleet is active.
regions
string[]
A list of regions associated with the fleet.
customer_info
object