Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
firstName
string
required

First Name

vcardVersion
enum<string>

vCard Version

Available options:
3.0,
4.0
lastName
string

Last Name

middleName
string

Middle Name

prefix
string

Prefix

suffix
string

Suffix

nickname
string

Nickname

organization
string

Organization

jobTitle
string

Job Title

department
string

Department

phone1Type
enum<string>

Phone 1 Type

Available options:
cell,
work,
home,
fax,
other
phone1
string

Phone 1

phone2Type
enum<string>

Phone 2 Type

Available options:
work,
cell,
home,
fax,
other
phone2
string

Phone 2

email1Type
enum<string>

Email 1 Type

Available options:
home,
work,
other
email1
string

Email 1

email2Type
enum<string>

Email 2 Type

Available options:
work,
home,
other
email2
string

Email 2

addressType
enum<string>

Address Type

Available options:
home,
work,
other
street
string

Street

city
string

City

region
string

State / Region

postalCode
string

Postal Code

country
string

Country

website
string

Website

birthday
string

Birthday

photoUrl
string

Photo URL

note
string

Note

Response

Tool output

outputs
object
required
tool
string
required

The tool's slug, echoing the {slug} in the request path.

tool_version
string
required

Output-contract version for this tool.

credits_used
integer
required

Credits this call consumed, after any settlement refund. 0 when metering is disabled.

credits_remaining
integer | null
required

Credits left in the current monthly allowance, or null when metering is disabled.

request_id
string

Correlation id, also sent as x-request-id.