Get customersCopy Pageget httsp://example.com/v1/customersRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query Paramsidarray of stringsfilter customers by customer identifieridADD stringnamearray of stringsfilter customers by customer namenameADD stringis_activearray of booleansfilter customers by if status is activatedis_activeADD booleanrisk_score_providerarrayfilter customers by risk score providerrisk_score_providerADD max_risk_scorearray of stringsA URL parameter that specifies the range of max risk score. This format should be {provider:from,to} (ie.Elliptic:0,10 or Chainalysis V1:low,high).max_risk_scoreADD stringavg_risk_scorearray of stringsA URL parameter that specifies the range of average risk score. This format should be {provider:from,to} (ie.Elliptic:0,10 or Chainalysis V1:low,high).avg_risk_scoreADD stringlabelarray of stringsfilter customers by labels from KYT service searchedlabelADD stringlast_screenedarray of stringsfilter customers by a range of last screened date(ie. '2021-01-01T00:00:00.000Z,2021-01-02T23:59:59.999Z' means an range between 2021-01-01T00:00:00.000Z and 2021-01-02T23:59:59.999Z inclusive)last_screenedADD stringcreated_atarray of stringsfilter data by a range of created data(ie. '2021-01-01T00:00:00.000Z,2021-01-02T23:59:59.999Z' means an range between 2021-01-01T00:00:00.000Z and 2021-01-02T23:59:59.999Z inclusive)created_atADD stringlimitintegerA URL parameter that specifies the maximum number of records to return. This can be any positive integer between 1 and 1000 inclusive. If not specified, the default is 20.offsetintegerSpecifies an offset that allows you to retrieve the next batch of records.Any positive integer.If not specified, the default is 0.orderbyarray of stringsSpecifies sequences to sort data (ie.orderby=id:desc)orderbyADD stringupdated_atarray of stringsfilter data by a range of updated data(ie. '2021-01-01T00:00:00.000Z,2021-01-02T23:59:59.999Z' means an range between 2021-01-01T00:00:00.000Z and 2021-01-02T23:59:59.999Z inclusive)updated_atADD stringResponses 200OK 400Bad Request 401Unauthorized 403Forbidden 500Internal Server ErrorUpdated 6 months ago