AUTHENTICATION
Create guest session
This endpoint create a user guest session.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
create guest session
This is the time when the guest session id will expire.
Example:
"2024-12-15 14:11:03 UTC"
It represents a unique identifier for a session that is created for a guest user.
Example:
"3803074424af57054b31a12f9890c412"
This shows whether the output was a success or failure.
Example:
true