Skip to main content
If you or your team needs to send a message to the ESO team or buyer/agent, you can use the messaging API.

Sending a message

To send a message, you need to make a POST request to the /messages endpoint.
to which you will receive a response like this:

Receiving messages

To check for messages, you need to make a GET request to the /messages endpoint with query parameters for the offer request and offer IDs.
The response will be a list of messages, sample in the POST response above.

Webhooks

After you configure your webhook, you will receive a webhook event for each message relevant to your offers/requests at your endpoint.