API SpecsCustomersGet a customerReturns the full customer detail for a customer id.GET/api/customers/{id}TestReturns the full customer detail for a customer id.Path Parametersid*stringResource identifier.Example"cust_123"Response Body200application/json400application/json401application/json403application/json404application/json409application/json422application/json503application/json504application/jsonDelete a customer DELETEDeletes the selected customer record.Get recent customers GETReturns the most recently updated customers for the current workspace.