cURL
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>" }
The region from where all the webhooks will be posted for this project
us-east-1
us-west-2
eu-central-1
ap-southeast-1
The secret key to validate the webhooks
Ok