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

# Configure Moov

`POST /v6/config/integrations/moov`

Configure Moov integration credentials

## Request body

- MoovCredentials
  - `accountId` string, required — Moov Facilitator Account ID for platform identification.
  - `publicKey` string, required — Moov Public Key for API authentication.
  - `secretKey` string, required — Moov Secret Key for API authentication.

## Response `200`

Success

- SuccessResponseMoovCredentials
  - `result` 'SUCCESS' | 'FAILURE' — The result of the action performed.
  - `data` MoovCredentials
    - `accountId` string, required — Moov Facilitator Account ID for platform identification.
    - `publicKey` string, required — Moov Public Key for API authentication.
    - `secretKey` string, required — Moov Secret Key for API authentication.

## 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)
