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>"
}'
"<any>"

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

The response is of type any.