Retrieve customers matching the provided query parameters
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "data": {
- "customers": [
- {
- "id": "string",
- "customer_type": "INDIVIDUAL",
- "status": "ACTIVE"
}
]
}, - "links": {
- "self": "string",
- "first": "string",
- "prev": "string",
- "next": "string",
- "last": "string"
}
}