Get all plans
curl --request GET \
--url https://api.xem.email/api/v1/plans{
"plans": [
{
"createdAt": "<string>",
"description": "<string>",
"dodo_id": "<string>",
"features": [
{
"createdAt": "<string>",
"enabled": true,
"id": "<string>",
"isDeleted": false,
"limit": 123,
"product_id": "<string>",
"updatedAt": "<string>"
}
],
"id": "<string>",
"interval": "<string>",
"isDeleted": false,
"name": "<string>",
"price": 123,
"updatedAt": "<string>"
}
]
}Plans
Get all plans
Get all available plans
GET
/
plans
Get all plans
curl --request GET \
--url https://api.xem.email/api/v1/plans{
"plans": [
{
"createdAt": "<string>",
"description": "<string>",
"dodo_id": "<string>",
"features": [
{
"createdAt": "<string>",
"enabled": true,
"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
Show child attributes
Show child attributes
Was this page helpful?
⌘I

