GET
/
quote
/
responses
/
closed
List Closed Quote Responses
curl --request GET \
  --url https://api.seminode.com/v1/quote/responses/closed \
  --header 'Authorization: <api-key>'
[
  {
    "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>"
    },
    "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>"
  }
]

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Query Parameters

shared
boolean

If true, returns shared/global quote responses instead of user-specific

sent
boolean

Only responses authored by the caller

recieved
boolean

Only responses received by the caller

accepted
boolean

Filter by accepted (true) or rejected (false)

limit
integer

Max number of results to return (default 100)

since
integer

Only include events created after this timestamp (unix seconds)

until
integer

Only include events created before this timestamp (unix seconds)

Response

Filtered closed quote responses

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[][]
url
string