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

# gcm/delivery-channels/fields/data

`GET /gcm/delivery-channels/fields/data`

Get a list of all the data currently stored against a client account, contact, or recipient contact.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `ClientAccountID` string
- `RecipientContactID` 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
  - `DeliveryChannelFieldsData` object — The data currently stored against the client account, contact, or recipient contact
    - `RelationshipWithBeneficiary` string — The relationship with the beneficiary
    - `PurposeOfPayment` string — The purpose of the payment
    - `BusinessName` string — The business name
    - `FirstName` string — The first name
    - `LastName` string — The last name
    - `Address1` string — The first line of the address
    - `Address2` string — The second line of the address
    - `City` string — The city
    - `PostalCode` string — The postal code
    - `Country` string — The country
    - `Province` string — The province
    - `PhoneNumber` string — The phone number
    - `EmailAddress` string — The email address
    - `Nationality` string — The nationality
    - `Occupation` string — The occupation
    - `SourceOfIncome` string — The source of income
    - `DateOfBirth` string — The date of birth

---

[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/revisions/7033bd231ec7/schema)
