v9

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-071292691.1 MB
strategy-carriers

List strategy carriers

Returns a paginated list of strategy carriers scoped to the caller account and parent strategy.

get/api/v1/strategies/{strategyId}/carriers

Path parameters

strategyIdstring uuid required
Example:01920000-0000-7000-8000-000000000000

Parent strategy identifier (UUID).

Query parameters

activeboolean
carrier_idstring
delivery_type_codestring
capabilitystring[]
qstring
pagenumber
limitnumber
sortBystring
sortOrderstring

Response

Paginated list of strategy carriers.

Example response

{
  "meta": {
    "total": 42,
    "pages": 3,
    "current_page": 1,
    "next_page": 2,
    "limit": 20
  }
}