This guide is intended to help you get going with your integration against the API. It serves as a complement to the Endpoint Reference and aims to bring a high level understanding of the key concepts of the platform.
For questions and support, please contact us at api-support@hudagro.com
To use the API, you need a client ID and a secret. OAuth2 is used for authentication. For test authentication see more under Test details.
Once authenticated you can make a request to validate consumer data.
Our Test environment contains faked but realistic data for testing purposes. This data may be updated or removed over time.
URL: https://api.test.hudagro.com/
Token URL:
https://api.test.hudagro.com/oauth2/token
A list of the test objects can be fetched from the demo application; https://api.test.hudagro.com/consumer/list
API version is provided in the header of the request in the form of "Accept-version: v1" or "Accept-version: v2". Only major version numbers are used.
API versions are raised only on breaking (i.e. backwards incompatible) changes in the API. Fields may be added but will never be removed during an API version lifecycle. When developing your application, take care to ensure that your application is able to handle additional fields.
