Skip to main content
POST
Add a supplier contact

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

supplierId
integer
required

The unique identifier of the supplier.

Body

application/json
contact_name
string
required

Contact name.

Maximum string length: 255
contact_email
string<email>
required

Contact email address. Must be unique across all contacts on the platform; reusing an existing email returns a 422 validation error.

Maximum string length: 255
contact_phone
string | null

Contact phone number.

Maximum string length: 255

Response

Contact successfully attached to the supplier

data
object

A contact attached to a supplier.