conversational

Resolve Wake Link

Resolve a wake short-link token — PUBLIC, the token is the secret.

get/conv/wake-links/{token}

Path parameters

tokenstring required

Response

Successful Response

OR
OR

Example response

{
  "hotel_map": {
    "guest_rooms": [
      {
        "adults": 2,
        "children": [
          {
            "age": 5
          }
        ]
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.