---
title: "Set project settings"
method: POST
path: "/settings"
tags: ["Project"]
---

# Set project settings

`POST /settings`

Set the settings for the current project based on the project api-key.

## Request body

- SettingsModel
  - `region` 'us-east-1' | 'us-west-2' | 'eu-central-1' | 'ap-southeast-1'
  - `secretKey` string — The secret key to validate the webhooks

## Response `200`

Ok

- SettingsModel
  - `region` 'us-east-1' | 'us-west-2' | 'eu-central-1' | 'ap-southeast-1'
  - `secretKey` string — The secret key to validate the webhooks

---

[API](https://skmtc.dev/moralis/apis/auth-api.md) · [All operations](https://skmtc.dev/moralis/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/moralis/auth-api/revisions/f54aabf6dd91/schema)
