Retrieve Customer

Overview

This endpoint allows you to retrieve the details of a specific entity customer within the Passport API using the entity's unique ID. The response includes identification, business details, and contact information.

Endpoint Details

DefinitionDescription
Endpointhttps://bre-b-sandbox.api.visionamos.passportfintech.com/v1/paas/entities/customers/{entity_customer_id}
MethodGET
HeadersAuthorization
AuthenticationAccess Token (Bearer Token)

Replace {entity_customer_id} with the actual unique ID of the entity customer.

Request Body

  • No request body

Example Request

JSON
Copy

Response Body

  • HTTP Status Code: 200 OK.
  • The response contains the clients data.

Example of Response

JSON
Copy

Common Errors and Handling

HTTP Status CodeMeaningDescription
400 Bad RequestInvalid RequestThe entity ID is missing or incorrectly formatted.
401 UnauthorizedExpired TokenThe access token is invalid or has expired.
403 ForbiddenAccess DeniedThe request is not authorized to retrieve this entity.
404 Not FoundEntity Not FoundNo entity was found with the given ID.
500 Internal Server ErrorServer ErrorAn unexpected error occurred while retrieving the entity.

Best Practices

  • Ensure the entity_customer_id is correctly provided in the request URL.
  • Use the retrieved entity ID for subsequent API interactions.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard