Easyflow API Document
Easyflow API Document
This is API documentation must be used for everyone thats wants integrate to Easyflow platform.
curl -i -X GET \
https://easyflow-api.redocly.app/_mock/openapi/business/balance \
-H 'business-id: string' \
-H 'x-api-key: string' \
-H 'x-api-secret: string'
{ "statusCode": 0, "data": { "accountFundsInCents": 0, "toBeReleasedFundsInCents": 0, "lastTimeBalanceWasCalculated": "string", "totalFundsInCents": 0, "blockedFundsInCents": 0 } }
curl -i -X GET \
'https://easyflow-api.redocly.app/_mock/openapi/business/list-businesses-by-owner?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 } }
curl -i -X GET \
'https://easyflow-api.redocly.app/_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 } }
Optional Fields for Sales Filtering
Filter by the specified status, such as: pending, paid, canceled, reversed, refunded, charged-back, partially-paid
Filter by the specified types, such as: credit-card, pix, bank-billet, crypto, debit-card
curl -i -X POST \
'https://easyflow-api.redocly.app/_mock/openapi/sales/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 '{
"codes": [
"string"
],
"email": "string",
"name": "string",
"cpf": "string",
"initialDate": "string",
"endDate": "string",
"productName": "string",
"status": "string",
"initialValue": 0,
"endValue": 0,
"types": [
"string"
],
"productIds": [
"string"
],
"field": "string",
"orderBy": {
"orderByField": "string",
"orderDirection": "string"
}
}'
{ "statusCode": 0, "data": { "sales": { … }, "ticketsCount": 0, "totalTransactionValue": 0, "totalCommissions": 0 } }
curl -i -X POST \
'https://easyflow-api.redocly.app/_mock/openapi/subscriptions/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 '{
"email": "string",
"name": "string",
"initialDate": "string",
"endDate": "string",
"status": "string",
"initialValue": 0,
"endValue": 0,
"type": "string",
"productIds": [
"string"
],
"field": "string",
"orderBy": {
"orderByField": "string",
"orderDirection": "string"
}
}'
{ "statusCode": 0, "data": { "docs": [ … ], "limit": 0, "currentPage": 0, "nextPage": 0, "totalPages": 0, "totalDocs": 0, "hasNext": true } }
curl -i -X GET \
'https://easyflow-api.redocly.app/_mock/openapi/subscriptions/{subscriptionId}' \
-H 'x-api-key: string' \
-H 'x-api-secret: string'
{ "statusCode": 0, "data": { "id": "string", "name": "string", "subscribedAt": "string", "periodicity": "string", "numberRecurrences": 0, "status": "string", "subscriptionPaymentStatus": "string", "customer": { … }, "orderItem": { … }, "recurrenceValueInCents": 0, "expiration": "string", "paymentMethod": "string", "creditCard": { … }, "repeatIndefinitely": true, "customValue": { … }, "recurrences": [ … ] } }
curl -i -X POST \
'https://easyflow-api.redocly.app/_mock/openapi/withdraw-requests/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 '{
"initialDate": "string",
"endDate": "string",
"status": "string",
"initialValue": 0,
"endValue": 0,
"orderBy": {
"orderByField": "string",
"orderDirection": "string"
}
}'
{ "statusCode": 0, "data": { "docs": [ … ], "limit": 0, "currentPage": 0, "nextPage": 0, "totalPages": 0, "totalDocs": 0, "hasNext": true } }
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
curl -i -X POST \
'https://easyflow-api.redocly.app/_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 } }
curl -i -X GET \
'https://easyflow-api.redocly.app/_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 } }
curl -i -X GET \
'https://easyflow-api.redocly.app/_mock/openapi/orders/{orderId}' \
-H 'business-id: string' \
-H 'x-api-key: string' \
-H 'x-api-secret: string'
{ "statusCode": 0, "data": { "id": "string", "date": "string", "paidAt": "string", "status": "string", "orderBuyer": { … }, "coupon": { … }, "items": [ … ], "payments": [ … ], "statusHistory": [ … ] } }
curl -i -X POST \
'https://easyflow-api.redocly.app/_mock/openapi/movement/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 '{
"initialValue": 0,
"endValue": 0,
"subject": "string",
"description": "string",
"hash": "string",
"originType": "string",
"referenceId": "string",
"groupId": "string",
"initialDate": "string",
"endDate": "string",
"omitDebit": true,
"omitCredit": true
}'
{ "statusCode": 0, "data": { "movements": { … }, "count": 0, "totalValue": 0 } }
curl -i -X GET \
'https://easyflow-api.redocly.app/_mock/openapi/commissions/list?endDate%20=string&initialDate=string&limit=string&page=string&status=string' \
-H 'business-id: 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 } }