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
| Param name |
Description
Validations
|
|---|---|
|
name Required |
The name of the buyer fleet. Validations:
|
|
description Optional |
A description for this buyer fleet. Validations:
|
|
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:
|