Skip to main content
POST
Create Volume Listings

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
hidden_listing
boolean

When true, the volume listing is not shown in public marketplace search results.

Example:

false

machine
integer

Single machine ID to list a volume for. Use machines (array) for multiple. One of machine or machines is required.

Example:

7890

machines
array

List of machine IDs to list volumes for simultaneously. Overrides machine if both are supplied.

Example:

Response

Returns {"success": , "you_sent": <request_body>, "results": [{"machine_id", "user_id", "extended", "new_contracts", "upd_contracts"}, ...]}

success
boolean

True if all machine listings succeeded.

you_sent
object

The request body that was submitted.

results
object[]

Per-machine result objects.