Skip to content

Show markers

GET
/api/managing-entity/{managingEntityIdentifier}/studio/map/markers/{listType}/{listIdentifier}
curl --request GET \
--url 'https://api.wink.travel/api/managing-entity/d5b8a3c2-9e6f-4a1b-8d34-7c2e1f0a5b69/studio/map/markers/LIST/9b7e4c3a-1f6d-4e8a-b2f9-5d3c0a8e7b61?displayCurrency=USD' \
--header 'Authorization: Bearer <token>' \
--header 'Wink-Version: 2.0'

Retrieve all inventory markers for a curated list or dynamic search, priced in the requested currency.

managingEntityIdentifier
required
string
""

UUID of the managing entity that owns the list.

Example
d5b8a3c2-9e6f-4a1b-8d34-7c2e1f0a5b69
listIdentifier
required
string
""

UUID of the curated list or dynamic search.

Example
9b7e4c3a-1f6d-4e8a-b2f9-5d3c0a8e7b61
listType
required
string
""

Type of list: LIST (curated) or SEARCH (dynamic filter).

Example
LIST
displayCurrency
string
""

ISO 4217 currency code for pricing display.

Example
USD
Wink-Version
string
default: 2.0.0
Allowed values: 2.0

Inventory markers for the specified curated list or dynamic search

Media typeapplication/json
Array<object>

Represents a single inventory item displayed as a marker on a map

object
channelInventoryIdentifier

Unique identifier of the channel inventory or list item represented by this marker

string format: uuid
""
inventoryIdentifier

UUID of the specific inventory item (e.g., room type or add-on)

string format: uuid
""
inventoryName

Human-friendly name of the inventory item

string
""
inventoryType

Classification of the inventory (e.g., GUEST_ROOM, ADD_ON, RESTAURANT, ACTIVITY)

string
""
Allowed values: GUEST_ROOM ADD_ON MEETING_ROOM RESTAURANT SPA ATTRACTION PLACE ACTIVITY
lowestDisplayPrice

Lowest available price for this inventory in the user’s requested currency

object
amount
required

Monetary amount value

number
""
currency
required

ISO 4217 currency code

string
"" >= 1 characters /^[A-Z]{3}$/
point

Geographic location coordinates as a GeoJSON Point (longitude, latitude)

object
coordinates
Array<number>
type
string
x
number format: double
y
number format: double
supplierIdentifier

UUID of the supplier (hotel or property) owning this inventory

string format: uuid
""
supplierName

Display name of the supplier property

string
""
Example
[
{
"channelInventoryIdentifier": "7a0c5d9e-2f6b-4c1a-8e4d-3b9f1a0c6d52",
"inventoryIdentifier": "8b1d6e0f-3a7c-4d2b-9e5a-1c8f0b4d6e29",
"inventoryName": "Deluxe Ocean View Suite",
"inventoryType": "GUEST_ROOM",
"lowestDisplayPrice": {
"amount": 4500,
"currency": "THB"
},
"point": {
"coordinates": [
100.5581533,
13.7370197
],
"type": "Point"
},
"supplierIdentifier": "e2c7b4d3-1a8f-4e9c-b5d6-3a9f0e7c2b18",
"supplierName": "The Siam Residences"
}
]

Bad Request — missing or invalid request parameter or body

Media typeapplication/problem+json
object
detail
string
instance
string format: uri
properties
object
key
additional properties
status
integer format: int32
title
string
type
string format: uri
key
additional properties
""
Example

Unauthorized — authentication is required or the session has expired

Media typeapplication/problem+json
object
detail
string
instance
string format: uri
properties
object
key
additional properties
status
integer format: int32
title
string
type
string format: uri
key
additional properties
""
Example

Forbidden — authenticated but lacking the required permission or scope

Media typeapplication/problem+json
object
detail
string
instance
string format: uri
properties
object
key
additional properties
status
integer format: int32
title
string
type
string format: uri
key
additional properties
""
Example

Not Found — the requested resource does not exist

Media typeapplication/problem+json
object
detail
string
instance
string format: uri
properties
object
key
additional properties
status
integer format: int32
title
string
type
string format: uri
key
additional properties
""
Example

Method Not Allowed — the HTTP verb is not supported on this endpoint

Media typeapplication/problem+json
object
detail
string
instance
string format: uri
properties
object
key
additional properties
status
integer format: int32
title
string
type
string format: uri
key
additional properties
""
Example

Conflict — the resource was modified by someone else since you read it; re-read it and retry with the new version

Media typeapplication/problem+json
object
detail
string
instance
string format: uri
properties
object
key
additional properties
status
integer format: int32
title
string
type
string format: uri
key
additional properties
""
Example

Unsupported Media Type — use application/json

Media typeapplication/problem+json
object
detail
string
instance
string format: uri
properties
object
key
additional properties
status
integer format: int32
title
string
type
string format: uri
key
additional properties
""
Example

Internal Server Error — an unexpected failure occurred on the server

Media typeapplication/problem+json
object
detail
string
instance
string format: uri
properties
object
key
additional properties
status
integer format: int32
title
string
type
string format: uri
key
additional properties
""
Example

Service Unavailable — a downstream dependency is unreachable

Media typeapplication/problem+json
object
detail
string
instance
string format: uri
properties
object
key
additional properties
status
integer format: int32
title
string
type
string format: uri
key
additional properties
""
Example