carriers
Get carrier options
Get a list of the options available for the carrier
get/v1/carriers/{carrier_id}/options
Response
The request was a success.
Example response
{
"options": [
{
"name": "contains_alcohol",
"default_value": "false"
}
]
}