Easyflow API Document
Download OpenAPI description
Languages
Servers
Mock server
https://docs.easyflow.digital/_mock/openapi/
Production environment URL
https://9iq81tsdy4.execute-api.sa-east-1.amazonaws.com/
Bodyapplication/json
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
- Mock server
https://docs.easyflow.digital/_mock/openapi/products/filter
- Production environment URL
https://9iq81tsdy4.execute-api.sa-east-1.amazonaws.com/products/filter
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.easyflow.digital/_mock/openapi/products/filter?page=string&limit=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"
],
"createdAt": {
"startsAt": "string",
"endsAt": "string"
},
"updatedAt": {
"startsAt": "string",
"endsAt": "string"
}
}'Response
application/json
{ "statusCode": 200, "data": { "docs": [ … ], "limit": 0, "currentPage": 0, "nextPage": 0, "totalPages": 0, "totalDocs": 0, "hasNext": true } }
- Mock server
https://docs.easyflow.digital/_mock/openapi/offers/list-by-product/{productId}
- Production environment URL
https://9iq81tsdy4.execute-api.sa-east-1.amazonaws.com/offers/list-by-product/{productId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.easyflow.digital/_mock/openapi/offers/list-by-product/{productId}?page=string&limit=string' \
-H 'x-api-key: string' \
-H 'x-api-secret: string'Response
application/json
{ "statusCode": 200, "data": { "docs": [ … ], "limit": 0, "currentPage": 0, "nextPage": 0, "totalPages": 0, "totalDocs": 0, "hasNext": true } }