API Reference
Reference for our API
Returns the most recent quote per conversation for the caller’s company.
cURL
curl --request GET \ --url https://api.seminode.com/v1/quotes \ --header 'Authorization: <api-key>'
[ { "content": { "company": "<string>", "contact": "<string>", "errors": {}, "lead_time": 123, "message": "<string>", "meta": {}, "qty": 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>" ] ], "url": "<string>" } ]
Format: "Bearer <access_token>"
true = sent by me, false = received, omitted = both
list of quotes
The response is of type object[].
object[]