Skip to main content
GET
/
settings
Get project settings
curl --request GET \
  --url https://api.moralis-streams.com/settings \
  --header 'x-api-key: <api-key>'
{
  "region": "us-east-1",
  "secretKey": "<string>"
}

Authorizations

x-api-key
string
header
required

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