# Consumer And Misc Endpoints to order Consumer Reports. In order to order a Consumer Report, sufficient information to uniquely identify the Consumer (search criteria) must be provided to filter potential results down to one record. When one record has been found, the returned object will be the Consumer Report. Currently only piloting with German Consumers. Version: 1.0.0 Metadata: - tags: ["Featured"] ## Servers Sandbox server ``` https://connect.sandbox.creditsafe.com/v1 ``` Production server ``` https://connect.creditsafe.com/v1 ``` ## Security ### bearerToken This API requires authentication for access to protected endpoints. Authentication is performed by providing a valid JWT token in the `Authorization` header of each request. Type: http Scheme: bearer Bearer Format: JWT ## Download OpenAPI description [Consumer And Misc](https://doc.creditsafe.com/_spec/connect-apis-catalog/product-catalog/Consumer&Misc/consumerAndMisc.yaml) ## Authentication ### Authenticate - [POST /authenticate](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/consumermisc/consumerandmisc/authentication/authenticate.md): Supply username and password to generate Authentication Token. ## Consumers Update this description. ### Consumer Search Criteria - [GET /consumers/searchcriteria](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/consumermisc/consumerandmisc/consumers/consumersearchcriteria.md): Returns country specific fields that can be used to search for a Consumer. ### Return Custom Report Parameters - [GET /reportcustomdata/{country}](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/consumermisc/consumerandmisc/consumers/customreportparameters.md): Returns the allowed values of the customData parameter. Used in the . I.e. Supplying as a country code will return a list of reasons for requesting a DE Credit Report (a legal requirement to supply with each Credit Report request in Germany). This will provide a list of allowedValues to enter into the mandatory Parameter = . ### Consumer Report - [GET /consumers](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/consumermisc/consumerandmisc/consumers/consumerreport.md): Consumer Search and Report endpoint. When sufficient information has been provided to filter potential Consumer results down to one record then the Consumer Report will be returned.