# Sessions

- [POST Create Session](/integrations/developer-docs/sessions-1/post-create-new-session.md): Create a new session for every User by generating a session\_key.
- [GET Session Data](/integrations/developer-docs/sessions-1/retrieve-a-session-data.md): During a session, retrieve details belonging to the API-Key by referencing the session\_key.
- [GET Session Photos](/integrations/developer-docs/sessions-1/get-a-session-photos.md): During a session, retrieve photos (as they get captured) belonging to the API-Key by referencing the session\_key.
- [GET Session Notes](/integrations/developer-docs/sessions-1/get-session-notes.md): During a session, retrieve notes belonging to the API-Key by referencing the session\_key.
- [GET Session Results](/integrations/developer-docs/sessions-1/get-a-session-results.md): Retrieve the completed vehicle details, inspection and photo results belonging to the API-Key by referencing the session\_key.
- [PUT Update Session](/integrations/developer-docs/sessions-1/update-a-session-data.md): Update the details you provided when creating a session belonging to the API-Key by referencing the session\_key - if it has not yet been started by the User.
- [DELETE Session](/integrations/developer-docs/sessions-1/delete-a-session.md): Delete a session belonging to the API-Key by referencing the session\_key - if it has not yet been stated by the User.
