Skip to main content

Get all existing payees

GET 

/v1/payees

Get all existing payees

Request

Query Parameters

    q string

    Search query for payees

    updateTransactions boolean

    Update transactions which matches payee rules

Responses

Success

Schema

    total int64
    Example: 10

    groups

    object[]

  • Array [

  • id uuid
    Example: 01926b84-93cb-75b9-b445-a5a744f7a59f
    name string
    Example: Swiggy
    autoCategoryId uuid
    Example: 01926b84-93cb-75b9-b445-a5a744f7a59f

    rules

    object

    includes string[]
    Example: ["ig"]
    excludes string[]
    Example: ["ato"]
    startsWith string[]
    Example: ["swi"]
    endsWith string[]
    Example: ["ggy"]
    createdAt date-time
    Example: 2024-10-07T01:02:03Z
    updatedAt date-time
    Example: 2024-10-07T01:02:03Z
  • ]

Loading...