# Invitations
The Invitations resource is deprecated. Use /datarequests/ resource to generate a link and /datarequests/notify_user to send the communication to the Individual
MeasureOne offers a framework for initiating the consumer-permissioned data exchange using automatically generated invitations. These invitations contain unique links that refer the user back to the MeasureOne hosted portal in a personalized manner to initiate and complete the consumer-permissioned data exchange. These API endpoints provide a programmatic interface to this framework. Note that a zero code alternative to a programmatic implementation is to use the MeasureOne Customer Dashboard to interface with the Invitations framework.
## Create a new Invitation (deprecated)
- [POST /v3/invitations/new](https://docs.measureone.com/api/openapi_3.2/openapi/invitations/new_invitation.md): Creates a new invitation. This API is deprecated. Use and to create an invitation
## Get the list of invitations (deprecated)
- [POST /v3/invitations/get](https://docs.measureone.com/api/openapi_3.2/openapi/invitations/invitations_get.md): Get the list of invitations based on the filter criteria provided. This API is deprecated. Use
## Get details of an Invitation (deprecated)
- [POST /v3/invitations/get_by_id](https://docs.measureone.com/api/openapi_3.2/openapi/invitations/invitation_get_by_id.md): Get the details of an Invitation. The endpoint will return an error response if the Invitation is not found. This API is deprecated. Use
## Expire an Invitation (deprecated)
- [POST /v3/invitations/expire](https://docs.measureone.com/api/openapi_3.2/openapi/invitations/invitations_delete.md): Expire an Invitation. The Invitation can be expired only if it has not yet been . An attempt to expire an invitation that is already expired will return an error. This API is deprecated. Use