Add a billing contact

Adds a billing contact to your account and attaches it to one of your subscriptions. name is sanitized and split on its first space into a first and last name, and the contact is filed with the Billing Contact designation. The subscription's contact list is rewritten as its existing entries plus the primary contact plus the new one. A contact that is created but cannot be attached answers 400 even though the contact now exists. Requires an API key with the Admin role.

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

The subscription to attach the new billing contact to; it must be one of your account's.

Body Params
string
required

Full name; control characters are stripped, the value is trimmed and truncated to 200 characters, then split on the first space into first and last name. An empty name is rejected with 400.

string | null

Email address, checked against a basic address pattern and truncated to 255 characters.

string | null

Phone number, truncated to 32 characters; the format is not validated.

Responses
201

The billing contact was created; id is its contact ID.

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