GET settings

A GET query to the settings endpoint lists all settings.

Relative Route

/settings

HTTP Verb

GET

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"
  }

Do you have some feedback for us?

If you have suggestions for improving this article,