cURL
curl --request POST \ --url https://api.assistable.ai/v2/create-flow \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "location_id": "<string>" }'
{ "status": 123, "data": { "status": "<string>", "id": "<string>" } }
Creates a new flow for the specified location
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Flow created successfully
The response is of type object.
object