All requests sent from Ordatic to your webhook URL will be made with the POST method.

URL

The URL to which the request is sent is indicated in the webhookUrl field of your App.

HEADERS

If the application URL needs authorization, we will send the information you need in the Authorization field of the headers. You can set indicate this information in the webhookAuthHeader field of your App.

{
  "Content-Type": "application/json",
  "Authorization": "<webhookAuthHeader>"
}

We remind you that you can change the webhook's URL and Authorization through the Edit your App endpoint.

RESPONSE EXPECTED

The expected response should be a http status code 2XX Success. If a successful status code is not received, it will try to resend the request up to a total of 3 times