Skip to content

ListRate

POST
/rate/query
curl --request POST \
--url https://api.huddlesurety.co/rate/query \
--header 'Content-Type: application/json' \
--data '{ "orgIDIn": [ "example" ] }'

Body

Media typeapplication/json

Body

object
orgIDIn
Array<string>
Examplegenerated
{
"orgIDIn": [
"example"
]
}

OK

Media typeapplication/json
Array<object>
object
freeWarrantyMonths
required
integer
id
required
string
name
required
string
orgID
required
string
stdTermMonths
required
integer
Examplegenerated
[
{
"freeWarrantyMonths": 1,
"id": "example",
"name": "example",
"orgID": "example",
"stdTermMonths": 1
}
]