OpenAPI 3.0.32026-08-12174296704.1 KB

c66cdcca5f9e

ops

getAllOps allowlist

Get all customers in the allowlist

get/ops/allowlist/all

Response

OK response.

commentstring

Comment about the entry

emailstring required

Email in the allowlist

transaction_limitinteger required

Transaction limit set for customer

Example response

[
  {
    "comment": "abc123",
    "email": "abc123",
    "transaction_limit": 1
  }
]