Update a billing contact

Rewrites a billing contact from the body — despite the verb this is not a field-wise patch. name is required on every call, even when only the phone number changes, and omitting email or phone clears the stored value. The designation is always set back to Billing Contact.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the billing contact to update; it must belong to your account.

Body Params
string
required

Full name; sanitized and split into first and last name. Required on every call.

string | null

Email address, validated and truncated to 255 characters; omitting it clears the stored address.

string | null

Phone number, truncated to 32 characters; omitting it clears the stored number.

Responses
200

The updated billing contact.

401

Missing or invalid API key.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json