Initial commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"url": "https://change-me.example/webhook",
|
||||
"httpMethod": "POST",
|
||||
"contentType": "application/json",
|
||||
"requestHeaders": {},
|
||||
"deliveryPolicy": {
|
||||
"timeout": 60,
|
||||
"maxRetries": 3,
|
||||
"retryDelay": 10
|
||||
},
|
||||
"authentication": {
|
||||
"selected": "BASIC",
|
||||
"options": {
|
||||
"BASIC": {
|
||||
"username": "change-me",
|
||||
"password": "change-me"
|
||||
},
|
||||
"JWT_TOKEN": {
|
||||
"jwtToken": "change-me"
|
||||
},
|
||||
"API_KEY": {
|
||||
"apiKey": "change-me",
|
||||
"asQueryParameter": false,
|
||||
"asHeader": true
|
||||
},
|
||||
"HMAC_SIGNATURE": {
|
||||
"clientId": "change-me",
|
||||
"secret": "change-me",
|
||||
"algorithm": "HmacSHA256"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user