Retrieve All Stream Variation
Last updated
Was this helpful?
Last updated
Was this helpful?
This endpoint fetches all available check-in method variations for a specific hotel, providing an overview of all check-in options.
POST
app-id
string
Yes
Your application ID. Required for authentication.
Authorization
string
Yes
Your API key for authorization.
Content-Type
string
Yes
Must be set to application/json
.
hotel_id
string (Required)
The unique property ID as assigned by the provider upon creation of the property.
channel_hotel_id
string (Required)
The unique id for the hotel on the specific channel.
Success Response Body Elements
Status
string
Indicates the overall status of the request. In this case, "Success" means the operation was completed successfully.
Data
object
Contains the primary data returned by the API. This object holds relevant information pertaining to the request.
stream_variations
array
An array of objects that describes the different check-in method variations available for the property.
description
string
A brief description of the check-in method variation. Provides context on how this method is utilized.
name
string
A unique identifier for the check-in method variation. This name is used in API calls to reference the specific method.
Message
string
A message receives within the response body. This will generally be an empty string if no additional information is needed.
Ruid
string
A unique request identifier.
Sample Error Response 1
Sample Error Response 2
Sample Error Response 3
Error Response Body Elements
Status
string
Indicates the result of the API call, which will be always "Fail"
in case of an error response.
Error
array
Array that contains details about any errors that occurred during the API call. Each object in the Errors
array contains the following properties:
Code
string
Specific error code that helps identify the type of error.
ShortText
string
A short description of the error.
Message
string
A message providing more information about the error.