Response
200 - application/json
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>"
}
]
}Get all available 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>"
}
]
}Plans
Show child attributes
Was this page helpful?