# Kaizen Scrubbing API To get integration keys, go to Settings > API Keys Version: 11.2.1 ## Servers Production Server ``` https://kaizen.vertebratechnologies.com/apiGateway ``` ## Security ### IntegrationAuth Type: apiKey In: header Name: integration_apikey ### IntegrationSecret Type: apiKey In: header Name: integration_secret ### TunnelID Type: apiKey In: header Name: tunnel_id ### MerchantID Type: apiKey In: header Name: merchant_id ## Download OpenAPI description [Kaizen Scrubbing API](https://kaizen-payments.com/_bundle/openapi.yaml) ## Debt Settlement Endpoints related to settlement matching ### Upload data for debt relief matching - [POST /uploadScrubData](https://kaizen-payments.com/openapi/debt-settlement/uploadscrubdata.md): Uploads an array of debt data for matching. Includes extensive validation and authorization via headers. ### Get paginated data of your uploaded data - [POST /getScrubData](https://kaizen-payments.com/openapi/debt-settlement/getscrubdata.md): Get an array (500 at a time) of debt data you've uploaded, or specify an id. ### Update data for debt relief matching - [POST /updateScrubData](https://kaizen-payments.com/openapi/debt-settlement/updatescrubdata.md): Update an array of debt data for matching. Must include valid uid with each data object. ## Sapphire Distribution Partners ### Upload data for kaizen sapphire - [POST /uploadSapphireLead](https://kaizen-payments.com/openapi/sapphire-distribution-partners/uploadsapphirelead.md): Uploads an array of debt data for as leads for Kaizen Sapphire. Includes extensive validation and authorization via headers.