Skip to main content
POST
/
inbox
/
listings
/
view
Get Reference Listings
curl --request POST \
  --url https://api.seminode.com/v1/inbox/listings/view \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '[
  "<string>"
]'
[
  {}
]

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Body

application/json · string[]

Array of listing IDs

The body is of type string[].

Response

array of listings

The response is of type object[].