# V4 Session Actions on resource Session. ## Create a new session under a given site - [POST /v4/sessions/{site}](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/v4-session/createnewsessionundergivensite.md): Creates a new session under a given site. ## Look up a session under a given site - [GET /v4/sessions/{site}/{sessionId}](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/v4-session/lookupsessionundergivensite.md): This endpoint allows you to access specific session details for a particular site. By providing the unique identifiers for the site and the session, you can retrieve detailed information about that session. This information can include the session's start time, end time, current status, and any associated user data. The exact content of the response will depend on the specific session and site identifiers provided in the request. ## Delete a session under a given site - [DELETE /v4/sessions/{site}/{sessionId}](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/v4-session/deletesessionundergivensite.md): This endpoint is used to delete a specific session for a given site. You need to provide the unique identifiers for the site and the session. This operation is useful when you want to manually end a session before it naturally expires. ## Create an anonymous session under a given site - [POST /v4/anonymous-sessions/{site}](https://developer.zuora.com/zephr-api-reference/zephr-admin-api/v4-session/createanonymoussessionundergivensite.md): Creates an anonymous session under a given site.