Get User Session Token
GET/sessiontoken
Lists the user that generated the API token, and the time when this token was generated
Responses
- 200
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": {
"user_id": "admin1234",
"generated_at": "2018-06-22T11:42:20.996111502-07:00"
}
}
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": {
"user_id": "admin1234",
"generated_at": "2018-06-22T11:42:20.996111502-07:00"
}
}
Loading...