---
title: "Configure Salsa"
method: POST
path: "/v6/config/integrations/salsa"
tags: ["Integrations"]
---

# Configure Salsa

`POST /v6/config/integrations/salsa`

Configure Salsa integration credentials

## Request body

- SalsaCredentials
  - `sandboxApiToken` string, required — Salsa API Token for sandbox environment testing.
  - `productionApiToken` string, required — Salsa API Token for production environment.

## Response `200`

Success

- SuccessResponseSalsaCredentials
  - `result` 'SUCCESS' | 'FAILURE' — The result of the action performed.
  - `data` SalsaCredentials
    - `sandboxApiToken` string, required — Salsa API Token for sandbox environment testing.
    - `productionApiToken` string, required — Salsa API Token for production environment.

## Other responses

- `400` — Bad request
- `401` — Not authenticated
- `403` — Not authorized
- `404` — Endpoint not found
- `500` — Internal server error

---

[API](https://skmtc.net/tight/apis/tight-api.md) · [All operations](https://skmtc.net/tight/apis/tight-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tight/tight-api/versions/e9f0790a89af/schema)
