latestOpenAPI 3.0.02026-08-2086102148.5 KB

5fc4757128af

Public Partners

Relay a contact-form inquiry to a partner (To: partner, BCC: Vendure)

post/v1/partners/{slug}/contact

Path parameters

slugstring required

Headers

x-vendure-inquiry-signaturestring required

HMAC-SHA256 proof generated by the trusted website workflow.

x-vendure-inquiry-timestampstring required

Unix timestamp in milliseconds for the signed website workflow request.

Request body

namestring required

Visitor's name

emailstring required

Visitor's email — used as the Reply-To so the partner can reply

companystring required

Visitor's company

countryCodestring required

ISO 3166-1 alpha-2 country code

messagestring required

The inquiry message

Response

acceptedboolean required

Always true once the inquiry has been accepted for delivery.

Example response

{
  "accepted": true
}