# Session A `Session` represents the independent contractor's session as they apply for insurance using the application wizard at apply.1099policy.com. You only need to create a `Session` for contractors that don't already have insurance coverage. Once the contractor successfully completes their insurance application, the `Session` will contain a reference to the Contractor, the Job, and the active insurance Policy. You can create a `Session` on your server and pass its ID to the client to begin the insurance application. ## Operations - [List all sessions](https://docs.1099policy.com/operation/operation-get-api-v1-apply-sessions.md) - [Create a session](https://docs.1099policy.com/operation/operation-post-api-v1-apply-sessions.md) - [Retrieve a session](https://docs.1099policy.com/operation/operation-get-api-v1-apply-sessions-parameter.md) - [Update a session](https://docs.1099policy.com/operation/operation-put-api-v1-apply-sessions-parameter.md) - [Expire a session](https://docs.1099policy.com/operation/operation-post-api-v1-apply-sessions-parameter-expire.md) [Powered by Bump.sh](https://bump.sh)