Skip to main content
GET
/
v1
/
customers
/
{id}
Retrieve a customer
curl --request GET \
  --url http://localhost:6900/v1/customers/{id}
null

Path Parameters

id
string
required

Response

Customer Found

The response is of type unknown.