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"
}
]
}Get a list of the options available for the carrier
The request was a success.
{
"options": [
{
"name": "contains_alcohol"
}
]
}