Zendesk Sessions API is one of 150 APIs that Zendesk publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
This API exposes 2 JSON Schema definitions.
Tagged areas include Sessions. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.
This API exposes
7 operations
across 6 paths,
and defines 3 schemas.
It is described by OpenAPI 3.1.0, at version 1.0.
Requests are made against the base URL https://{subdomain}.zendesk.com.
7 operations6 paths3 schemas3 DELETE4 GET
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://{subdomain}.zendesk.com
Resource Areas
1
Paths & Operations 7
Across 6 paths, the API surfaces 7 operations — 3 DELETE, 4 GET. Each is listed below with its method, path, parameters, and response codes.
Sessions 7
GET
/api/v2/sessions
Zendesk Get Api V2 Sessions
ListSessions1 param→ 200
DELETE
/api/v2/users/{user_id}/sessions
Zendesk Delete Api V2 Users Userid Sessions
BulkDeleteSessionsByUserId1 param→ 204
GET
/api/v2/users/{user_id}/sessions/{session_id}
Zendesk Get Api V2 Users Userid Sessions Sessionid
ShowSession2 params→ 200
DELETE
/api/v2/users/{user_id}/sessions/{session_id}
Zendesk Delete Api V2 Users Userid Sessions Sessionid
DeleteSession2 params→ 204
DELETE
/api/v2/users/me/logout
Zendesk Delete Api V2 Users Me Logout
DeleteAuthenticatedSession→ 204
GET
/api/v2/users/me/session
Zendesk Get Api V2 Users Me Session
ShowCurrentlyAuthenticatedSession→ 200
GET
/api/v2/users/me/session/renew
Zendesk Get Api V2 Users Me Session Renew
RenewCurrentSession→ 200
Schemas 3
The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are SessionsResponse (1 property), SessionResponse (1 property), RenewSessionResponse (1 property). Each schema is shown below with its type and property counts.
RenewSessionResponse
object
1 property
SessionResponse
object
1 property
SessionsResponse
object
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.