Introduction

How to setup and start using the API

You can use the Erudus API to:

  • Access product data for any product in the Erudus data pool

  • Manage Wholesaler catlogs of products linked to Erudus specifications

  • Create, update and manage products held in the system (manufacturers only)

…and more all via simple REST calls.

Accessing the API

You’ll need an Erudus account to start using the API. If you don’t already have an account with API access enable, please get in touch at erudus.com.

Once you have an account with API access enabled you are able to create API tokens and start using the API.

API Endpoint

The Erudus API can be accessed using the api.erudus.com hostname:

curl https://api.erudus.com/v2

A sandbox environment is also available for testing integrations.

Last updated