Tellus Webhook API Response

When submitting files to Tellus via API clients can optionally configure a webhook to receive per batch responses. These responses will determine whether your record was ACCEPTED or REJECTED into the Tellus system

To successfully integrate your webhook we at Tellus ask for:

  1. An HTTPS/HTTP Endpoint capable of receiving POST requests

    1. Ex: http://<your_api_endpoint>

    2. The response from Tellus will be XML format.

  2. Basic Authentication Credentials(Optional)

    1. Basic Authentication credentials can be configured client side. When you provide these credentials to Tellus we will configure on our end for additional security,

Custom Parameters and or headers may be accommodated based on client demand or scope of work.