post https://api.truckerzoom.com/api/open/quotes
This is your first endpoint! Edit this page to start documenting your API.
Log in to see full request history
'
Response
200Successful response
This is your first endpoint! Edit this page to start documenting your API.
'
200Successful response
xxxxxxxxxx
$headers=@{}
$headers.Add("content-type", "application/json")
$response = Invoke-WebRequest -Uri 'https://api.truckerzoom.com/api/open/quotes' -Method POST -Headers $headers -ContentType 'application/json' -Body '{"hazardous":"false"}'
Try It!
to start a request and see the response here!