Customers

Number of APIs: 7

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

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

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

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

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

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

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