v1
latestOpenAPI 3.0.02026-07-2640301.0 MBDelivery Channel Endpoints
gcm/delivery-channels/fields
Get a list of all the fields required for a certain delivery method.
get/gcm/delivery-channels/fields
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
DeliveryChannelIDstring required
The delivery channel ID
FieldForstring
The field for which the details are required
Response
Example response
{
"DeliveryChannelFields": {
"0": {
"Label": "Business Name",
"FieldID": "BusinessName",
"InputType": "text",
"RequirementStatus": "required",
"FieldFor": "sender",
"Group": "user-info",
"GroupOrder": "1"
}
}
}