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

# gcm/delivery-channels/fields

`GET /gcm/delivery-channels/fields`

Get a list of all the fields required for a certain delivery method.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `DeliveryChannelID` string, required
- `FieldFor` 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
  - `DeliveryChannelFields` object — The required fields for the delivery channel
    - `0` object
      - `Label` string — The label of the field
      - `FieldID` string — The ID of the field
      - `InputType` string — The input type of the field
      - `RequirementStatus` string — The requirement status of the field
      - `FieldFor` string — The field for which the details are required
      - `Group` string — The group of the field
      - `GroupOrder` string — The order of the field in the group
      - `Options` string — The options for the field, if any

---

[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)
