Plans / Get limits
Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/plans/get_limits
Method: GET
Authorisation: Minimum role: ADMIN
Request Arguments
Name | Type | Source |
---|
Request body example
Response object
Response status: 200 (OK)
Response type: DTO_plan_limits
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
Response body example
DTO_plan_limits
Name | Type | ReadOnly | Description |
---|---|---|---|
current_plan | ENUM tenant_plan | Current plan | |
plans | DTO_plan_limit[] | Plans | |
usage | DTO_plan_limit | Usage |
DTO_plan_limit
Name | Type | ReadOnly | Description |
---|---|---|---|
plan | ENUM tenant_plan | Plan | |
price_usd | Double | Price usd | |
lists | Int32 | Lists | |
list_entries | Int32 | List entries | |
fields | Int32 | Fields | |
groups | Int32 | Groups | |
email_domains | Int32 | Email domains | |
imported_email_messages | Int32 | Imported email messages | |
forms | Int32 | Forms | |
kbs | Int32 | Kbs | |
tickets | Int32 | Tickets | |
automation_rules | Int32 | Automation rules | |
scrape_domains | Int32 | Scrape domains |
ENUM tenant_plan
Value | Name | Description |
---|---|---|
0 | UNKNOWN | UNKNOWN |
1 | FREE | FREE |
2 | SMALL | SMALL |
3 | MEDIUM | MEDIUM |
4 | LARGE | LARGE |