Flows-Flows

Number of APIs: 10

  1. Get Flows GET {{baseUrl}}/api/flows/

  2. Get Flow GET {{baseUrl}}/api/flows/:id/

  3. Get Flow Actions For Flow GET {{baseUrl}}/api/flows/:flow_id/flow-actions/

  4. Get Flow Action GET {{baseUrl}}/api/flow-actions/:id/

  5. Get Flow For Flow Action GET {{baseUrl}}/api/flow-actions/:action_id/flow/

  6. Get Messages For Flow Action GET {{baseUrl}}/api/flow-actions/:action_id/flow-messages/

  7. Get Flow Message GET {{baseUrl}}/api/flow-messages/:id/

  8. Update Flow Status PATCH {{baseUrl}}/api/flows/:id/

  9. Get Flow Action For Message GET {{baseUrl}}/api/flow-messages/:message_id/flow-action/

  10. Get Flow Tags GET {{baseUrl}}/api/flows/:flow_id/tags/