# sharing Manage sharing your data with other people ## Share your dashboard data with a user - [POST /v1/sharing/invite](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_createinvite.md): Creates an invitation to share your dashboard with another user. The recipient will receive an email notification and can accept or reject the invitation. You can specify from which date the data should be shared. For extra context visit: Sharing Context ## Delete a sent sharing invite - [DELETE /v1/sharing/invite](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_deleteinvite.md): Cancels a pending invitation that was sent to another user. This can only be done before the invitation has been accepted. For extra context visit: Sharing Context ## Resend a sharing invite - [PUT /v1/sharing/invite/resend](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_resendinvite.md): Resends an invitation email to a user who hasn't yet responded to a previous invitation. This is useful when the original email was missed or expired. For extra context visit: Sharing Context ## Accept a sharing invite - [POST /v1/sharing/invite/accept](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_acceptinvite.md): Accepts an invitation to view another user's dashboard. Once accepted, the dashboard will appear in your shared dashboards list and you can access their data from the specified date onwards. For extra context visit: Sharing Context ## Reject a sharing invite - [POST /v1/sharing/invite/reject](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_rejectinvite.md): Declines an invitation to view another user's dashboard. The sender will not be notified of the rejection. For extra context visit: Sharing Context ## Get all dashboards user is sharing - [GET /v1/sharing](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_getshared.md): Retrieves a list of all users with whom the authenticated user is currently sharing their dashboard. For extra context visit: Sharing Context ## Stop sharing a dashboard - [DELETE /v1/sharing](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_stopsharing.md): Revokes another user's access to your dashboard. The recipient will no longer be able to view your dashboard data. For extra context visit: Sharing Context ## Update shared since for a dashboard user is sharing - [POST /v1/sharing/shared-since](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_updatesharedsince.md): Modifies the start date from which data is shared with a specific user. This allows you to extend or restrict the date range of shared data. For extra context visit: Sharing Context ## Get all invites sent by the user - [GET /v1/sharing/invites/sent](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_getsentinvites.md): Retrieves a list of all sharing invitations that the authenticated user has sent to others, including their current status (pending, accepted, or rejected). For extra context visit: Sharing Context ## Get all invites received by the user - [GET /v1/sharing/invites/received](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_getreceivedinvites.md): Retrieves a list of all sharing invitations that the authenticated user has received from others, including their current status. For extra context visit: Sharing Context ## Get all sharing requests sent by the user - [GET /v1/sharing/requests/sent](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_getsentrequests.md): Retrieves all requests that the authenticated user has sent to others asking for access to their dashboards. For extra context visit: Sharing Context ## Get all sharing requests received by the user - [GET /v1/sharing/requests/received](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_getreceivedrequests.md): Retrieves all requests from other users asking to view the authenticated user's dashboard. For extra context visit: Sharing Context ## Request access to a user's dashboard - [POST /v1/sharing/request](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_createrequest.md): Sends a request to another user asking for access to view their dashboard. The recipient can choose to accept or reject the request. For extra context visit: Sharing Context ## Delete a sent sharing request - [DELETE /v1/sharing/request](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_deleterequest.md): Cancels a pending request that was sent to another user asking for dashboard access. For extra context visit: Sharing Context ## Accept a sharing request - [POST /v1/sharing/request/accept](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_acceptrequest.md): Accepts a request from another user to view your dashboard. Once accepted, the requester will gain access to your dashboard data from the specified date. For extra context visit: Sharing Context ## Reject a sharing request - [POST /v1/sharing/request/reject](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_rejectrequest.md): Declines a request from another user to view your dashboard. The requester will not be notified of the rejection. For extra context visit: Sharing Context ## Resend a sharing request - [PUT /v1/sharing/request/resend](https://docs.api.nowatch.tech/apis/sharing/sharingcontroller_resendrequest.md): Resends a request email to a user who hasn't yet responded to a previous dashboard access request. For extra context visit: Sharing Context