latestOpenAPI 3.0.0Proprietary2026-08-22131410675.6 KB

8d8a7cf79204

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"
    }
  ]
}