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

Response

Successful Response

The response is of type any.