---
title: "Get Carrier Actions by Carrier"
method: GET
path: "/carrier-action/{carrier_id}"
tags: ["Carriers"]
---

# Get Carrier Actions by Carrier

`GET /carrier-action/{carrier_id}`

Retrieve carrier action for the specified carrier id. Requires Bearer JWT authentication.

## Path parameters

- `carrier_id` integer, required

## Response `200`

Successful response

- object
  - `success` boolean — Indicates if the request was successful
  - `data` object[] — List of carrier actions
    - `id` integer — Action ID
    - `name` string — Action name
    - `description` string — Action description

---

[API](https://skmtc.net/envia/apis/envia-shipping-api-complete-documentation.md) · [All operations](https://skmtc.net/envia/apis/envia-shipping-api-complete-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/envia/envia-shipping-api-complete-documentation/revisions/39f9208959d6/schema)
