Skip to main content
POST
Retrieve transfer rules

Headers

submitter-id
string
required

Email of API user submitting the request

Example:

"api-maker@zodia.io"

Body

application/json
ids
string[]

Search by transfer rule IDs

walletIds
string[]

Search by wallet IDs on which transfer rules are applied

statuses
enum<string>[]

Search by status

Available options:
ACTIVE,
DEACTIVATED,
EXPIRED
companyIds
string[]

Search by company IDs

enforcingCompanyIds
string[]

Search by enforcing company IDs

transferRuleTypes
enum<string>[]

Search by transfer rule types

Available options:
DESTINATION
createdBy
string[]

Search by transfer rule creator

updatedAt
string

Search by time of last update

Example:

"2021-05-11T04:43:43Z"

paginationLimit
number

Number of items in response (default is 10)

Example:

10

paginationOffset
number

Response

OK

total
integer
required
items
object[]
required