Body
application/json
Destination Invite body
Response
Successful Response
The response is of type any
.
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>"
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>"
Destination Invite body
Successful Response
The response is of type any
.
Was this page helpful?