---
title: "gcm/delivery-channels"
method: GET
path: "/gcm/delivery-channels"
tags: ["Delivery Channel Endpoints"]
---

# gcm/delivery-channels

`GET /gcm/delivery-channels`

Get a list of all the available delivery methods available for a certain corridor and use case.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `CorridorID` string, required
- `UseCase` string

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `DeliveryChannels` object — The available delivery channels
    - `0` object
      - `DeliveryChannelID` string — The delivery channel ID
      - `DeliveryMethodType` string — The type of delivery method
      - `UseCase` string — The use case
      - `DeliveryFee` string — The delivery fee
      - `Currency` string — The currency
      - `ShortForm` string — The currency short form
      - `DeliveryMethodTypeDetails` string — Details of the delivery method type
      - `Notes` string — Additional notes

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
