Flows
Embed a flow
GET
/
flows
/
{id}
/
embed
You should not pass your authentication token to this endpoint. This URL will be visited by your owner directly in their browser. This is not happening on your server.
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
id
string
requiredThe ID of the flow
Response
200 - text/html
The response is of type string
.