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) |
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