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. gb7RzDg87aJK2yGAqQiai
)
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.
true
Note: Email addresses of users who should have access must be comma-separated ("[email protected]","[email protected]")
Example
curl \
--header "Access-Token: eyJhbGciOiJIUzUxMiJ9..." \
--data '{ "emails": [ "[email protected]" ] }' \
https://microreact.org/api/invitations/send?project=gb7RzDg87aJK2yGAqQiai
Last updated
Was this helpful?