v1

latestOpenAPI 3.0.02026-07-1397337495.2 KB
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"
    }
  ]
}