Skip to main content
GET
/
destinations
/
invite
Destination Invite
curl --request GET \
  --url https://api.streamkap.com/destinations/invite \
  --header 'Content-Type: application/json' \
  --data '
{
  "to_email": "<string>",
  "tenantId": "<string>",
  "from_email": "<string>",
  "message": "<string>",
  "connectorType": "<string>",
  "returnUrl": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

Destination Invite body

to_email
string
required
tenantId
string
required
from_email
string
required
message
string
required
connectorType
string
required
returnUrl
string | null

Response

Successful Response