Skip to content

Getting started guide

YouCan Catalog API is based on REST and use standard HTTP response codes, authentication, and verbs. It allows you to interact with your offers, leads etc, from updating leads status from a third party marketplace, to getting notifications about new placed orders so you can manage them elsewhere.

API Base URL

https://catalog-admin.youcan.shop/api/

Token

To Interacte with catalog as partner you need to:

  • Login to your partner account in login.
  • Go to settings then click on API KEY tab, finaly generate you api key, make sure to save it somewhere.
  • The api key value will be always used as token in header.

Postman collection

If you want to play around with the API, you can check the documentation here