v1
latestOpenAPI 3.0.02026-07-2640301.0 MBDelivery Channel Endpoints
gcm/delivery-channels/fields/data
Get a list of all the data currently stored against a client account, contact, or recipient contact.
get/gcm/delivery-channels/fields/data
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
ClientAccountIDstring
The client account ID
RecipientContactIDstring
The recipient contact ID
Response
Example response
{
"DeliveryChannelFieldsData": {
"RelationshipWithBeneficiary": "Mother",
"BusinessName": "Test Business",
"FirstName": "First",
"LastName": "Last",
"Address1": "test address 1234",
"City": "Vancouver",
"PostalCode": "V6G3G9",
"Country": "United States",
"Province": "British Columbia",
"PhoneNumber": "7783630779",
"EmailAddress": "first.last@gmail.com",
"Nationality": "AUS",
"DateOfBirth": "1952-10-07"
}
}