Versions Compared

Key

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

A webhook sends information to the user on status changes in the shipment.


To add a webhook address to the organization, use the form available at the link: https://inpost.pl/formularz-wsparcie


Structure

Sample address structure

...

  • correct structure of an URL address
  • access to the resource the entered URL address directs to

...



Sample address structure:

http://www.jakis-serwer.pl:8080/katalog1/katalog2/plik.xxx

...


where:

  • http (protokół)
  • www.jakis-serwer.pl (adres)

  • 8080 (port)

  • /katalog1/katalog2/plik.xxx (ścieżka do pliku)

...


The resource should answer with HTTP 200 code

...