curl --request POST \
--url https://api.seminode.com/v1/inbox/listings/view \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '[
"<string>"
]'[
{}
]Retrieves listings by their IDs for reference in quote threads.
curl --request POST \
--url https://api.seminode.com/v1/inbox/listings/view \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '[
"<string>"
]'[
{}
]Format: "Bearer <access_token>"
Array of listing IDs
array of listings
Was this page helpful?