Business invitations
Last updated
Last updated
Creates a business invitation, which represents an invitation to a business to join your commercial network so that you can get access to their data.
/business-invitations
email of the user representing the business that this invitation is for
user@example.com
List all business invitations you have received from other businesses. Business invitations cancelled by the sender will not be included in the response.
/business-invitations
Filters by status. If missing, includes all statuses. To include multiple statuses, use the 'explode' syntax, for example, '?status=ACCEPTED&status=PENDING'
List all business invitations you have sent to other businesses to join your commercial network.
/business-invitations/sent
Filters by status. If missing, includes all statuses. To include multiple statuses, use the 'explode' syntax, for example, '?status=ACCEPTED&status=PENDING'
Update the properties of the specified business invitation. Handles updates partially, i.e. properties missing in the request body will not be changed. Use this endpoint to update the status of the business invitation, i.e. to ACCEPTED or REJECTED.
If you have sent the invitation, you can also cancel it with this endpoint and the status CANCELLED.
/business-invitations/{id}
new status for this invitation