v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Delivery 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

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Example response

{
  "DeliveryChannelFields": {
    "0": {
      "Label": "Business Name",
      "FieldID": "BusinessName",
      "InputType": "text",
      "RequirementStatus": "required",
      "FieldFor": "sender",
      "Group": "user-info",
      "GroupOrder": "1"
    }
  }
}