Skip to main content
GET
/
Customers
{
  "results": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "handle": "<string>",
      "number": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "modifiedAt": "2023-11-07T05:31:56Z",
      "mandates": [
        {
          "handle": "<string>",
          "scheme": "<string>",
          "state": "Created"
        }
      ]
    }
  ],
  "nextOffset": "<string>",
  "hasMore": true
}

Query Parameters

filter
string
orderby
string
after
string
limit
integer<int32>
default:20
Required range: 1 <= x <= 100

Response

OK

results
object[] | null
nextOffset
string | null
hasMore
boolean