Skip to main content
GET
/
plans
Get all plans
curl --request GET \
  --url https://backyard.posthoot.com/api/v1/plans
{
  "plans": [
    {
      "createdAt": "<string>",
      "description": "<string>",
      "dodo_id": "<string>",
      "features": [
        {
          "createdAt": "<string>",
          "enabled": true,
          "feature": "email_campaigns",
          "id": "<string>",
          "isDeleted": false,
          "limit": 123,
          "product_id": "<string>",
          "updatedAt": "<string>"
        }
      ],
      "id": "<string>",
      "interval": "<string>",
      "isDeleted": false,
      "name": "<string>",
      "price": 123,
      "updatedAt": "<string>"
    }
  ]
}

Response

200 - application/json

Plans

plans
object[]