Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagenone
curl --request GET \
  --url https://test.onboarding.namirial.app/api/v2/requestType/eebcb3ed-6872-4f57-a550-52890af35a10/settings \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json' \
  --header 'content-type: application/json'

Responses

  • 200 OK

    • Description: The webhook configurations for the specified request type.

    • Example Response:

      Code Block
      {
          "requestSettingsDefault": {
              "wizardUrlBack": "https://webhook.site/2c47164f-fc65-44cd-a8c4-a2c806fb6c8a?requestId=<requestId>&referenceId=<referenceId>&status=<status>&requestTypeId=<requestTypeId>&actor=<actor>"
          }
      }