Skip to main content
POST
/
settings
Set project settings
curl --request POST \
  --url https://api.moralis-streams.com/settings \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "region": "us-east-1",
  "secretKey": "<string>"
}
'
{
  "region": "us-east-1",
  "secretKey": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
region
enum<string>

The region from where all the webhooks will be posted for this project

Available options:
us-east-1,
us-west-2,
eu-central-1,
ap-southeast-1
secretKey
string

The secret key to validate the webhooks

Response

200 - application/json

Ok

region
enum<string>

The region from where all the webhooks will be posted for this project

Available options:
us-east-1,
us-west-2,
eu-central-1,
ap-southeast-1
secretKey
string

The secret key to validate the webhooks