1. Admin Settings API

GET settings

A GET query to the settings endpoint lists all settings.

Relative Route/settings
HTTP VerbGET

Response

A GET query returns the tenant settings structured as follows:

{
      "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`"
  }
If you have suggestions for improving this article, let us know!