Get a list of available payment plans

Use this method to get a list of available sender name plans

GET https://a.loopmessage.com/api/v1/sender/plans/

Response

{
  "count": 1,
  "items": [
    {
      "id": "string",
      "name": "string",
      "daily_contacts": 0,
      "monthly_contacts": 0,
      "monthly_fee": 100.00,
      "currency": "USD",
    }
  ]
}

Last updated