Notifications
Each honei event will send a notification to third party server with its corresponding data.
Since all the request can take a long time, the server will provide a response once it has completed all the verifications of the submitted fields. The server will be responsible for making a callback API call to notify you if the process has been completed or if there has been an error.
For this, the support team will ask you (also you can send this to support@honei.app) for a callback endpoint where you will receive all these notifications as POST requests with this body:
Authorization
honei will use the same authentication method so that the third party's server can verify that the requests correspond to the honei servers.
Request headers will also contain venue-api-key
referring to a specific restaurant.
Last updated