Skip to main content
GET
/
quotes
List Latest Quotes
curl --request GET \
  --url https://api.seminode.com/v1/quotes \
  --header 'Authorization: <api-key>'
[
  {
    "content": {
      "attributes": {
        "condition": "<string>",
        "custom_attributes": {},
        "date_code": "<string>",
        "packaging": "<string>"
      },
      "company": "<string>",
      "contact": "<string>",
      "errors": {},
      "lead_time": 123,
      "lead_time_raw": "<string>",
      "message": "<string>",
      "meta": {},
      "qty": 123,
      "schema_version": "<string>",
      "terms": {
        "payment": {
          "code": "<string>",
          "currency": "<string>"
        },
        "shipping": {
          "incoterm": "<string>",
          "place": "<string>"
        }
      },
      "timing": {
        "expiry": 123,
        "lead_time": "<string>",
        "required_date": 123
      },
      "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>"
      ]
    ],
    "thread_id": "<string>",
    "url": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Query Parameters

actioned
boolean

true = sent by me, false = received, omitted = both

Response

list of quotes

content
object
created_at
string

TODO open, change to unix timestamp?

id
string
kind
integer
public_key
string
recipient_public_key
string
reply_url
string
root_id
string
sig
string
tags
string[][]
thread_id
string
url
string