POST
/
quotes
/
office-space
curl --request POST \
  --url https://api.cnaught.com/v1/quotes/office-space \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "square_footage": 1500.25
}'
{
  "amount_kg": 15,
  "price_usd_cents": 2350
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Subaccount-Id
string

If present, scopes the operation to the subaccount with given id. See Subaccounts for more info.

Body

application/json

Quote Parameters

The body is of type object.

Response

200
application/json

Quote Details

The response is of type object.