API User Guide

This guide describes preparation of the environment for services, which are used with API provided by Orchest.

Table of documents:

1. Api Documentation

2. Swagger UI (You can test direct with your api key, use button "Authorize")

3. OpenAPI Json Download

API Support Team: platform.support@orchest.net

Notes:

1. The contents of this manual are subject to change without notice

2. The contents of this manual shall not be reproduced without express written permission from Orchest.

3. Authentication credentials should be provided by out team, you can ask to assign a api-key, to allow legacy customers implementation we keep user/password method, following you can check samples of authentication, should be added in every call

  • Api Key(Prefered Method)
    • curl --location 'https://integration.orchest.net/mefApiElla/sonata/productCatalog/v2/category' --header 'api-key: your-api-key' 
  • Username/Password
    • curl -u username:password --location 'https://integration.orchest.net/mefApiElla/sonata/productCatalog/v2/category'