LogoLogo
EDCDSPortalDAPS
CE 11.0.0
CE 11.0.0
  • Welcome
  • Key Concepts
  • FAQ
  • Frontend
    • Walkthrough
    • Dashboard
    • Providing
      • 1. Create Data Offer
      • 2. Create Asset
      • 3. Create Policy
      • 4. Create Contract Definition
    • Consuming
      • 1. Finding Offers
      • 2. Initiating Transfers (HttpData-Push)
      • 3. Transfer History
    • Contract Termination
  • Backend
    • Postman
    • API-Wrapper vs Management-API
    • API-Wrapper
      • Java Client Library
    • Management-API
      • Secrets API
      • Contract Definition: Multiple Assets
      • QuerySpec
      • Health Check APIs
      • Policy: Business Partner Groups
      • Policy: Unrestricted
    • Data Transfer
      • HttpData-Pull (Parameterized)
      • AWS S3 Transfer
      • Source: Audit Headers
      • Source/Sink: OAuth2/API-Key
  • Community Edition Deployment
    • Overview
    • Local Demo
    • Production
  • Customer Links
    • Glossary
    • sovity Hub
    • Service Desk
Powered by GitBook
LogoLogo

sovity

  • Homepage
  • About us
  • GitHub
  • LinkedIn

Information

  • Contact
  • Imprint
  • Privacy Policy

© by sovity GmbH

On this page
  • 1. Installing Postman on Linux/Windows
  • 2. Setting Up the API Environment in Postman
  • 3. Executing API Requests

Was this helpful?

Edit on GitHub
  1. Backend

Postman

Last updated 2 months ago

Was this helpful?

To access the APIs and to install the API environment in Postman on Windows or Linux, please follow these steps.

1. Installing Postman on Linux/Windows

To access the backend APIs, you first need to install Postman on your Linux/Windows machine. Follow these steps:

  • Visit the

  • The version suitable for the operating system is offered for download directly

  • Download the suitable version of Postman

  • Install Postman using the standard procedure for installing software in your company

    • Linux: Launch Postman by typing postman in the terminal, if that is the usual method for starting applications on your system

    • Windows: Double-click on the new Postman icon on the desktop or launch the application directly via the Windows menu

2. Setting Up the API Environment in Postman

Once Postman is installed and running, set up the API environment as follows:

  • Click on Import in the top left corner of Postman

  • Select the downloaded Postman Collection JSON file or directly input the URL of our Postman Collection

  • Follow the prompts to complete the import process

Direct Link to Postman collection:

3. Executing API Requests

After importing the Postman Collection, you can proceed with executing API requests:

  • The imported collection will display prepared API requests under the folders for the API-Wrapper and the Management-API

  • The API requests require specifying the API base-path, which depends on your specific connector. This base-path can easily be found in the CaaS UI.

  • Authentication against the Management-API/API-Wrapper of your Connector is necessary to execute API calls:

    • On-Premises: This depends on your on-premises Connector setup. By default setup, an API-key is used and required, which can be found and customized in the Connector configuration. We always recommend setting up a real IAM solution here instead for productive usage.

    • CaaS: Detailed instructions on how to authenticate can be found under the CaaS Usage section in the Customer Documentation

  • The APIs of the API-Wrapper or the Management-API available in the collection can then be used to control the connector via API calls

Postman Download page
https://raw.githubusercontent.com/sovity/edc-ce/release/v11.0.0/docs/api/postman_collection.json