Easyflow API Document
This is the API documentation and must be used by everyone who wants to integrate with the Easyflow platform.
https://docs.easyflow.digital/_mock/openapi/
https://9iq81tsdy4.execute-api.sa-east-1.amazonaws.com/
Optional Fields for products Filtering
Filter by the specified type, such as: Online-Course, Mentoring, Consultancy, Subscription, Community, Online-Event, Face-to-face-Event, E-Book, Downloadable-File, App, Physical-Product, Others, Services
https://docs.easyflow.digital/_mock/openapi/products/filter
https://9iq81tsdy4.execute-api.sa-east-1.amazonaws.com/products/filter
curl -i -X POST \
'https://docs.easyflow.digital/_mock/openapi/products/filter?limit=string&page=string' \
-H 'Content-Type: application/json' \
-H 'business-id: string' \
-H 'x-api-key: string' \
-H 'x-api-secret: string' \
-d '{
"status": "string",
"type": "string",
"productIds": [
"string"
]
}'
{ "statusCode": 0, "data": { "docs": [ … ], "limit": 0, "currentPage": 0, "nextPage": 0, "totalPages": 0, "totalDocs": 0, "hasNext": true } }
https://docs.easyflow.digital/_mock/openapi/offers/list-by-product/{productId}
https://9iq81tsdy4.execute-api.sa-east-1.amazonaws.com/offers/list-by-product/{productId}
curl -i -X GET \
'https://docs.easyflow.digital/_mock/openapi/offers/list-by-product/{productId}?limit=string&page=string' \
-H 'x-api-key: string' \
-H 'x-api-secret: string'
{ "statusCode": 0, "data": { "docs": [ … ], "limit": 0, "currentPage": 0, "nextPage": 0, "totalPages": 0, "totalDocs": 0, "hasNext": true } }