All APIs-Customers

Number of APIs: 7

  1. Get Customer With App Data by ID GET {{baseUrl}}/aggregation/v1/customers/{{customerId}}/application

  2. Add Testing Customer POST {{baseUrl}}/aggregation/v2/customers/testing

  3. Add Customer POST {{baseUrl}}/aggregation/v2/customers/active

  4. Get Customers GET {{baseUrl}}/aggregation/v1/customers?username=&type=&search=&start=1&limit=25

  5. Modify Customer by ID PUT {{baseUrl}}/aggregation/v1/customers/{{customerId}}

  6. Delete Customer by ID DELETE {{baseUrl}}/aggregation/v1/customers/{{createdCustomerId}}

  7. Get Customer by ID GET {{baseUrl}}/aggregation/v1/customers/{{customerId}}