Web Hooks For Tenant
Path parameters
tenantVarCodestringRequired
Responses
200
OK
Authenticationstring · nullableOptional
Usernamestring · nullableOptional
Passwordstring · nullableOptional
get/V2/{tenantVarCode}/webhooks
GET /V2/{tenantVarCode}/webhooks HTTP/1.1
Accept: */*
200
OK
{
"Urls": [
{
"Url": "text",
"Device": true,
"EventNotification": true,
"MoMessage": true,
"MtMessage": true,
"Tenant": true,
"User": true
}
],
"Authentication": "text",
"Username": "text",
"Password": "text"
}Path parameters
tenantVarCodestringRequired
Body
Authenticationstring · nullableOptional
Usernamestring · nullableOptional
Passwordstring · nullableOptional
Responses
200
OK
No content
put/V2/{tenantVarCode}/webhooks
PUT /V2/{tenantVarCode}/webhooks HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 184
{
"Urls": [
{
"Url": "text",
"Device": true,
"EventNotification": true,
"MoMessage": true,
"MtMessage": true,
"Tenant": true,
"User": true
}
],
"Authentication": "text",
"Username": "text",
"Password": "text"
}200
OK
No content
Last updated

