# Sessions

- [POST Create Session](https://marketplace.pixelstudioperu.com/docs/integrations/developer-docs/sessions-1/post-create-new-session/): Create a new session for every User by generating a session_key.
- [GET Session Data](https://marketplace.pixelstudioperu.com/docs/integrations/developer-docs/sessions-1/retrieve-a-session-data/): During a session, retrieve details belonging to the API-Key by referencing the session_key.
- [GET Session Photos](https://marketplace.pixelstudioperu.com/docs/integrations/developer-docs/sessions-1/get-a-session-photos/): During a session, retrieve photos (as they get captured) belonging to the API-Key by referencing the session_key.
- [GET Session Notes](https://marketplace.pixelstudioperu.com/docs/integrations/developer-docs/sessions-1/get-session-notes/): During a session, retrieve notes belonging to the API-Key by referencing the session_key.
- [GET Session Results](https://marketplace.pixelstudioperu.com/docs/integrations/developer-docs/sessions-1/get-a-session-results/): Retrieve the completed vehicle details, inspection and photo results belonging to the API-Key by referencing the session_key.
- [PUT Update Session](https://marketplace.pixelstudioperu.com/docs/integrations/developer-docs/sessions-1/update-a-session-data/): 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](https://marketplace.pixelstudioperu.com/docs/integrations/developer-docs/sessions-1/delete-a-session/): Delete a session belonging to the API-Key by referencing the session_key - if it has not yet been stated by the User.
