Pular para o conteúdo

Get Plan

GET
/api/v1/admin/plans/{plan_id}

Obter detalhes de um plano. Apenas superadmin.

plan_id
required
Plan Id
integer

Successful Response

PlanResponse

Schema de resposta para plano.

object
name
required
Name
string
>= 2 characters <= 100 characters
slug
required
Slug
string
>= 2 characters <= 100 characters
description
Any of:
string
price_monthly_brl
Any of:
number
price_yearly_brl
Any of:
number
price_monthly_usd
Any of:
number
price_yearly_usd
Any of:
number
is_active
Is Active
boolean
default: true
is_featured
Is Featured
boolean
badge_text
Any of:
string
sort_order
Sort Order
integer
0
id
required
Id
integer
max_users
required
Max Users
integer
max_contacts
required
Max Contacts
integer
max_companies
required
Max Companies
integer
max_deals
required
Max Deals
integer
max_storage_mb
required
Max Storage Mb
integer
max_ai_credits_monthly
required
Max Ai Credits Monthly
integer
max_custom_assistants
required
Max Custom Assistants
integer
max_automations
required
Max Automations
integer
max_workflow_executions_monthly
required
Max Workflow Executions Monthly
integer
max_email_sends_monthly
required
Max Email Sends Monthly
integer
max_whatsapp_sessions
required
Max Whatsapp Sessions
integer
max_channels
required
Max Channels
integer
features
Any of:
object
key
additional properties
boolean
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string