v22

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-01140308542.4 KB
Sessions

Get session

Returns details of a specific session by session ID

get/zones/{zoneId}/sessions/{id}

Path parameters

zoneIdstring required

Zone ID

idstring required

Session ID

Response

An authenticated identity session. Sessions can be user sessions (representing end-user authentication) or application sessions (representing service-to-service authentication). User sessions support hierarchical relationships via parent_id, while application sessions are always standalone.

OR