Skip to main content
POST
Create vendor

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Body

application/json

Vendor creation request

vendorToken
string
required

Vendor token of the organization to connect as a vendor

clients
object[]

Clients scoped to this vendor

domains
object[]

Domains scoped to this vendor

netRateScheme
object

Reference to an object by its unique identifier

priceList
object

Reference to an object by its unique identifier

sourceLocales
string[]

Source locale codes this vendor works with

subDomains
object[]

Sub-domains scoped to this vendor

targetLocales
string[]

Target locale codes this vendor works with

workflowSteps
object[]

Workflow steps scoped to this vendor

Response

Created

clients
object[]

Clients scoped to this vendor

domains
object[]

Domains scoped to this vendor

id
string

Internal numeric identifier, encoded as a string

name
string

Display name of the vendor organization

netRateScheme
object
priceList
object
sourceLocales
string[]

Source locale codes this vendor works with

subDomains
object[]

Sub-domains scoped to this vendor

targetLocales
string[]

Target locale codes this vendor works with

uid
string

Unique identifier used in API paths

vendorToken
string

Token used to identify and connect the vendor organization

workflowSteps
object[]

Workflow steps scoped to this vendor