GET settings
A GET
query to the settings endpoint lists all settings.
Relative Route |
|
---|---|
|
|
Response
A GET
query returns the tenant settings structured as follows:
RequestResponse
{
"id": "1234",
"tenantId": "test-tenant",
"label": "webhook 92",
"uri": "https://localhost/",
"method": "POST",
"headers": {
"x-header": "foo"
},
"body": "Optional body content",
"createdBy": "adn",
"created": "2021-03-26T10:44:04.6107312+00:00"
}