curl --request POST \
--url https://api.example.com/invitations \
--header 'Content-Type: application/json' \
--data '
{
"emailAddresses": [
"[email protected]"
]
}
'{
"success": true,
"message": "<string>"
}Sends invitation emails to one or more new Members.
curl --request POST \
--url https://api.example.com/invitations \
--header 'Content-Type: application/json' \
--data '
{
"emailAddresses": [
"[email protected]"
]
}
'{
"success": true,
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.withsutro.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?