List Customers

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

DefinitionDescription
Endpointhttps://api.paas.sandbox.co.passportfintech.com/v1/customers
MethodGET
HeadersContent-Type: application/json, Authorization
AuthenticationAccess Token (Bearer Token)

Request Body

This endpoint does not require a request body.

Example Request

JSON
Copy

Response

  • HTTP Status Code: 200 OK.

Example of Response

JSON
Copy

Common Errors and Handling

HTTP Status CodeMeaningDescription
400Bad RequestInvalid request format
401UnauthorizedMissing/expired bearer token, or token lacks paas.core.entity_customers.list.get scope
403ForbiddenCaller does not have permission to list customers
404Not FoundNo customers exist for the entity
500Server ErrorUnexpected error; retry or contact support

Best Practices

  • Use pagination_info to 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