query

Get Customer

Query to fetch a single customer by their identifier.

Query
GET/customers/{customerId}

Overview

GetCustomer is handled by the Customer APICustomer APIServicev1.0.0The public-facing API for customer profiles. Handles commands to register and update customers, serves customer reads, a...Publishescustomer-registered, customer-updatedSubscribesregister-customer, update-customer +1APIsOpenAPIOwnercustomer-platformMapRepoView docs. It returns the current state of a single customer, read directly from the Customer DatabaseCustomer DatabaseContainerv1.0.0PostgreSQL database that is the system of record for all customer profile data.MapView docs.

Architecture diagram

Schema

Event-driven architecture documentation: Acme Inc

JSON Schema

8 properties

Query to fetch a single customer by their identifier, and the customer returned

requestobject
required

Parameters used to look up the customer

responseobject
required

The customer returned by the query