> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ownid.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Session API

OwnID provides a robust set of APIs for administratively managing sessions on the server side. These APIs integrate seamlessly into your existing infrastructure, allowing you to securely manage session lifecycles.

<CardGroup>
  <Card title="Create a New Session" icon="circle-down" href="/caim/admin-apis/session/create-a-new-session">
    To create a new session
  </Card>

  <Card title="Update an Existing Session" icon="circle-down" href="/caim/admin-apis/session/update-an-existing-session">
    To update an existing session for a certain session identifier
  </Card>

  <Card title="Get a Session" icon="circle-down" href="/caim/admin-apis/session/retrieve-session-data">
    To retrieve the session data for a certain session identifier
  </Card>

  <Card title="Revoke a Session" icon="circle-down" href="/caim/admin-apis/session/delete-a-session">
    To revoke an existing session
  </Card>
</CardGroup>
