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/
https://docs.easyflow.digital/_mock/openapi/order-revert-requests/list
https://9iq81tsdy4.execute-api.sa-east-1.amazonaws.com/order-revert-requests/list
curl -i -X GET \
'https://docs.easyflow.digital/_mock/openapi/order-revert-requests/list?limit=string&orderByField=string&orderDirection=string&page=string' \
-H 'business-id: string' \
-H 'x-api-key: string' \
-H 'x-api-secret: string'
{ "statusCode": 0, "data": { "docs": [ … ], "limit": 0, "currentPage": 0, "hasNext": true, "nextPage": 0, "totalDocs": 0, "totalPages": 0 } }