Session token generator
We have to send email and password to get logged in.
This API gives 2 types of responses based on property eventid:
If SUPPLIED =>
We will receive
session_tokento AUTHORIZE all other APIs.If Not SUPPLIED =>
It will bring a list of event details. We can use any
session_tokenfrom the event list to access that specific event details.
| Request Body Follow the strcture specified to avoid any error.
|
|---|
email string |
password string |
eventid integer |
| Responses | |||||
|---|---|---|---|---|---|
200SessionTokenSuccessResponse
| |||||
defaultWhen user successfully get's logged in
|