Sharing Projects via API
Share Project
POST
https://microreact.org/api/invitations/send/
Query Parameters
Name | Type | Description |
---|---|---|
project* | string | The ID of the project to be shared (e.g. |
Headers
Name | Type | Description |
---|---|---|
Access-Token* | string | An API access token. |
Request Body
Name | Type | Description |
---|---|---|
emails* | array | An array of email addressess to share the project with. |
Note: Email addresses of users who should have access must be comma-separated ("email@.com","email2@.com")
Example
Last updated