Sessions
Show the Currently Authenticated Session
Allowed For
- Admins, Agents, End users
get/api/v2/users/me/session
Response
Success response
Example response
{
"session": [
{
"authenticated_at": "2014-11-18T17:24:29Z",
"id": 3432,
"last_seen_at": "2014-11-18T17:30:52Z",
"url": "https://company.zendesk.com/api/v2/users/12345/sessions/3432.json",
"user_id": 12345
}
]
}