Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Request successful
The date and time (in UTC) when the guest session will expire.
Example:
"2024-12-08 11:32:49 UTC"
A unique identifier for the guest session created.
Example:
"0145215ad484b24c4b3f2ed0f5b77217"
Indicates whether the request was successful. Possible values - true or false.
Example:
true