Token
access_token stringrequired
An access token issued by Wego.
token_type stringrequired
The type of token, just bearer
.
Possible values: [bearer
]
created_at int64required
A public identifier from Wego for your app.
expires_in int64required
The duration of time the access token is granted for.
scope stringrequired
The scope that the app requested.
Possible values: [hotel.content
, hotel.search
, hotel.booking
]
Token
{
"access_token": "abc123",
"token_type": "bearer",
"created_at": 1704038400,
"expires_in": 600,
"scope": "hotel.search"
}