Resource Guides
Endpoints
Token Management
Customer Management
Account Management
Bre-B Key Management
Recipient Management
Payment Management
QR codes
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
List Customers
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Overview
This endpoint retrieves a paginated list of customers registered under an entity. It returns customer identifiers, contact information, business details, and creation/update timestamps.
Endpoint Details
| Definition | Description |
|---|---|
| Endpoint | https://api.paas.sandbox.co.passportfintech.com/v1/customers |
| Method | GET |
| Headers | Content-Type: application/json, Authorization |
| Authentication | Access Token (Bearer Token) |
Query Parameters
Pagination Parameters
| Parameter | Description |
|---|---|
| page_params.page_size | Number of records to return per page. |
| page_params.page_number | Page number to retrieve. |
| page_params.first_request_timestamp.seconds | UTC seconds since Unix epoch (1970-01-01T00:00:00Z). Must be between 0001-01-01T00:00:00Z and 9999-12-31T23:59:59Z (inclusive). |
| page_params.first_request_timestamp.nanos | Nanosecond fraction (0 to 999,999,999). Must be a non-negative value and represents fractional seconds at nanosecond resolution. |
Ordering Parameters
| Parameter | Description |
|---|---|
order_params.order_key | Field used to sort the results. |
order_params.order_direction | Sort direction. Allowed values: ORDER_DIRECTION_ENUM_UNSPECIFIED, ASC, DESC. |
Customer Filters
| Parameter | Description |
|---|---|
| identification_number | Filters by the customer’s identification number. |
| customer_id | Filters by the unique customer identifier. |
| identification_type | Filters by the customer’s identification type (for example, CC, NIT). |
Request Body
This endpoint does not require a request body.
Example Request
JSON
3
3
1
curl --location --request GET 'https://api.paas.sandbox.co.passportfintech.com/v1/customers' \2
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \3
--data ''Response
- HTTP Status Code: 200 OK.
Example of Response
JSON
32
32
1
{2
"customers": [3
{4
"business_name": "changing",5
"type": "BUSINESS",6
"created_at": "2025-10-09T10:40:27.446Z",7
"updated_at": "2025-10-09T17:19:27.951Z",8
"email": "eAqpUh6u@example.com",9
"status": "ACTIVE",10
"identification_number": "903978023",11
"merchant_category_code": "0412",12
"mobile_phone_number": "573956158117",13
"address": {14
"line_3": "Calle 20 675",15
"city": "Cartagena",16
"line_1": "Diagonal 46 1104",17
"country": "CO",18
"post_code": "101010",19
"state": "Bolivar",20
"line_2": "Carrera 18 2111"21
},22
"identification_type": "NIT",23
"id": "db7e89e7-59d8-4ab1-b675-a2ae52c3339e"24
}25
],26
"pagination_info": {27
"first_request_timestamp": "2025-10-09T17:35:17.864Z",28
"current_page": 1,29
"total_pages": 1,30
"total_elements": 131
}32
}Common Errors and Handling
| HTTP Status Code | Meaning | Description |
|---|---|---|
| 400 | Bad Request | Invalid request format |
| 401 | Unauthorized | Missing/expired bearer token, or token lacks paas.core.entity_customers.list.get scope |
| 403 | Forbidden | Caller does not have permission to list customers |
| 404 | Not Found | No customers exist for the entity |
| 500 | Server Error | Unexpected error; retry or contact support |
Best Practices
- Use
pagination_infoto retrieve all customers when many exist. - Pair with Retrieve Customer (GET
/customers/{id}) to access detailed information when needed.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Next to read:
Link AccountDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message