Create vendor

Create a new vendor.

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

Overview

Create a new vendor with contact information. The vendor is created as a user with type vendor on the site.

Example: Add a freelance writer as a vendor so you can create bills for their work.


Important Behaviors

  • Email uniqueness: The email must be unique among vendors on the same site.
  • Event fired: vendor.created event is dispatched after successful creation.
Query Params
int32
required

The unique identifier of the site associated with your account.

Body Params
string
required
length ≤ 255

Vendor first name. Required.

string
required
length ≤ 255

Vendor last name. Required.

string
required
length ≤ 255

Vendor email. Must be unique among vendors on the site.

string
length ≤ 20

Phone number.

date

Birthdate in YYYY-MM-DD format.

string
length ≤ 255

Job title.

string
length ≤ 255

Company name.

string
length ≤ 255

Street address.

string
length ≤ 100

City.

string
length ≤ 100

State or province.

string
length ≤ 100

Country.

string
length ≤ 20

Postal/ZIP code.

metadata
object

Custom metadata key-value pairs.

string

AI delivery service area prompt.

Responses

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