Skip to main content
Send invitations to 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.

Body

application/json
emailAddresses
string<email>[]
required
Minimum array length: 1

Response

Invitations sent

success
boolean
required
message
string
required