Peek Message
Goal
Use this API to see if there are any messages from Expert when using the pull-model to
receive data.
https://api.expert.nl/api/peek
This API is normally only used during development of your message processing logic. Peek is very similar to
Receive Message, the only difference being that calling Peek
does not remove the message from the queue so you can keep calling it indefinitely until your message processing logic is correct.
The message format can be either XML or JSON, the default is XML. If you want to receive JSON contact us and we will configure this for you.
See
Receive Message for more details about using this API.