Skip to main content
PUT
/
api
/
v1
/
agency
/
billing
/
{billing_plan_id}
{
  "message": "<string>",
  "meta": {},
  "data": {
    "name": "<string>",
    "description": "<string>",
    "bots_count": 123,
    "queries_count": 123,
    "words_count": 123,
    "voice_seconds": 123,
    "premium_support": true,
    "default_plan": true,
    "remove_branding": true,
    "advanced_intents": true,
    "auto_intents": true,
    "billing_plan_group": "<string>",
    "credits": {},
    "attributes": {},
    "agency_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Authorizations

api_key
string
query
required

Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.

Path Parameters

billing_plan_id
string<uuid>
required

Body

application/json
name
string | null
description
string | null
bots_count
integer | null
queries_count
integer | null
words_count
integer | null
voice_seconds
integer | null
premium_support
boolean | null
default_plan
boolean | null
remove_branding
boolean | null
advanced_intents
boolean | null
auto_intents
boolean | null
billing_plan_group
string | null
credits
object | null
attributes
object | null
agency_id
string<uuid> | null

Response

Successful Response

message
string | null
default:Data updated successfully
meta
data
object | null