Examples

curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" -H "Content-Type: application/json" -X POST -d '{"name":"Acme Fleet", "user_fleet_id": "acme_corp"}' https://[your-subdomain].trackdrive.com/api/v1/buyer_fleets

Params

Param name
Description
Validations
name
Required

The name of the buyer fleet.

Validations:

  • Must be a String

description
Optional

A description for this buyer fleet.

Validations:

  • Must be a String

user_fleet_id
Required

A unique identifier for this fleet. Only lowercase letters, numbers, and underscores are allowed. This ID is used in system tokens to identify fleet membership.

Validations:

  • Must be a String