Get All Customers

The Get All Customers API allows authorized users to retrieve a list of customers stored in the system.

API Method

GET

Endpoint

https://cebuana-apiuat.veryfyglobal.com/customers

Headers

Key
Value

Accept

application/json

Authorization

Bearer <YOUR_TOKEN>

Query Parameters

Parameter
Type
Required
Description

name

string

No

A string to filter customers by their full name (first name, middle name, last name).

firstName

string

No

Filter customers by their first name.

middleName

string

No

Filter customers by their middle name.

lastName

string

No

Filter customers by their last name.

email

string

No

Filter customers by their email address.

tin

string

No

Filter customers by their Tax Identification Number (TIN).

sss

string

No

Filter customers by their Social Security System (SSS) number.

documentType

string

No

Filter customers by their document type (e.g., passport, ID card).

idNo

string

No

Filter customers by their identification number.

assessmentRisk

string

No

Filter customers based on their risk assessment status.

search

string

No

A string to search customers by their name or ID number, utilizing a combined search on the full name and ID number fields.

Example Request

Request URL

Response Sample

Last updated