POST
/
quotes
/
responses
Send a Quote Response
curl --request POST \
  --url https://api.seminode.com/v1/quotes/responses \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "content": {
    "company": "<string>",
    "contact": "<string>",
    "message": "<string>",
    "meta": {},
    "quote": {
      "content": {
        "company": "<string>",
        "contact": "<string>",
        "errors": {},
        "lead_time": 123,
        "message": "<string>",
        "meta": {},
        "qty": 123,
        "schema_version": "<string>",
        "unit_price": 123
      },
      "created_at": "<string>",
      "id": "<string>",
      "kind": 123,
      "public_key": "<string>",
      "recipient_public_key": "<string>",
      "reply_url": "<string>",
      "root_id": "<string>",
      "sig": "<string>",
      "tags": [
        [
          "<string>"
        ]
      ],
      "url": "<string>"
    },
    "reason": "<string>",
    "status": "<string>"
  },
  "event_id": "<string>",
  "event_url": "<string>",
  "id": "<string>",
  "public_key": "<string>",
  "recipient_public_key": "<string>",
  "reply_id": "<string>",
  "reply_url": "<string>",
  "tags": [
    [
      "<string>"
    ]
  ]
}'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Body

application/json

Quote-response payload

content
object
event_id
string
event_url
string
id
string
public_key
string

The author of the event we are replying to

recipient_public_key
string

The original recipient of the event we are replying to (me)

reply_id
string
reply_url
string

Their reply url

tags
string[][]

Response

quote response sent

detail
string