List Keywords
Returns an array of text message keywords.
HTTP Response Examples
200
{
  "Status": true,
  "Message": "",
  "Response": {
    "keywords": [
      {
        "id": 11,
        "keyword": "INTRO",
        "campaignId": 3080,
        "response": "Thanks for your interest...."
      },
      {
        "id": 14,
        "keyword": "CITYCENTRAL",
        "campaignId": 3108,
        "response": "Thanks for your interest..."
      }
    ]
  }
}