v62

latestOpenAPI 3.1.0Dual (AGPL3.0, Commercial License Available)raw.githubusercontent.com2026-08-03211303932.5 KB
billing
internal

Submit enterprise plan inquiry

Updates Brevo contact/company with inquiry data, creates a deal, and tracks an event for automation triggers. Requires authentication to link the inquiry to an organization.

post/api/billing/inquiry

Request body

companystring required

Company name

emailstring email required

Contact email

messagestring required

Message/use case description

namestring required

Contact name

network_countinteger nullable

Number of networks/sites

plan_typestring nullable

Plan the enquiry is about — the type tag of a BillingPlan (e.g. Team, Business, Enterprise).

team_size'1-10' | '11-25' | '26-50' | '51-100' | '101-250' | '251-500' | '501-1000' | '1001+' required

Company size bracket offered by the plan-inquiry form.

urgency'immediately' | '1-3 months' | '3-6 months' | 'exploring'

How soon the enquirer wants to move.

Response

Inquiry submitted successfully

dataTupleUnit

No payload. Present only so the envelope keeps its shape.

errorstring nullable

Human-readable failure message. Omitted on success.

successboolean required

true when the request succeeded. false responses carry error instead of data.

Example response

{
  "meta": {
    "api_version": 1,
    "server_version": "0.17.7"
  }
}