Skip to main content
GET
/
v1
/
flows
Recuperar todos os fluxos paginado
curl --request GET \
  --url https://api.malga.io/v1/flows \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Client-Id: <api-key>'
{
  "items": [
    {
      "id": "b4ced0dd-2136-4bce-a231-364e93554073",
      "paymentMethod": "credit",
      "clientId": "f1babb21-6a4c-323d-12db-69d3af407ee1",
      "merchants": [
        {
          "merchantId": "z1babb21-6a4c-987d-89db-11d3af737ee1"
        }
      ],
      "parentId": "g1babb21-6a4c-987d-89db-11d3af737ee1",
      "createdAt": "2023-03-22T20:45:06.020Z",
      "flow": {
        "version": "0.0.0",
        "root": [
          {
            "rule": "provider",
            "id": "z1babb21-6a4c-987d-89db-11d3af737ee1"
          }
        ]
      },
      "restoredFrom": "df601922-e024-6394-8f12-af21ec4218b1"
    }
  ],
  "meta": {
    "itemCount": 10,
    "totalItems": 20,
    "itemsPerPage": 10,
    "totalPages": 5,
    "currentPage": 2
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.malga.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Client-Id
string
header
required
X-Api-Key
string
header
required

Query Parameters

page
number

número da página

limit
number

quantidade de itens por página

merchantId
string

usado para filtrar os fluxos por merchantId

paymentMethod
string

usado para filtrar os fluxos por método de pagamento

Response

Response de flow

items
object[]
meta
object