Customers
Number of APIs: 6
-
/customers GET {{baseUrl}}/customers?embed=<string>&fields=<string>&sort=<string>&trade=<integer>&count=<integer>&offset=<integer>
-
/customers POST {{baseUrl}}/customers
-
/customers/count GET {{baseUrl}}/customers/count?trade=<integer>
-
/customers/{id} GET {{baseUrl}}/customers/:id?embed=<string>&fields=<string>
-
/customers/{id} PUT {{baseUrl}}/customers/:id
-
/customers/{id} DELETE {{baseUrl}}/customers/:id