cURL
curl --request POST \ --url https://api.portable.io/v2/flows \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "object", "source": 87541, "destination": 89532 }'
{ "data": { "id": 689422, "displayName": "My Freshsales to Snowflake Flow", "source": 80562, "destination": 689421, "frequency": "24h" } }
Create a new flow
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Flow to create
The body is of type object.
object
Created
The response is of type object.