Trust1Gateway Marketplace Guide
  • Introduction
  • Logging in
  • Creating an organization
  • Creating an application
  • Requesting a contract
  • Consuming APIs/services
  • In Depth
    • About the Marketplace
    • Getting Started
    • Create a New Organization
    • Manage Membership
    • Transfer Ownership
    • Create an Application
    • Create a New Version of an Application
    • Explore APIs
    • Test APIs
    • Request a Contract
    • Delete an Application
    • View Application Metrics
Powered by GitBook
On this page
  • Performing requests
  • Through the UI

Consuming APIs/services

PreviousRequesting a contractNextAbout the Marketplace

Last updated 7 years ago

Performing requests

Every request to the contracted service should include an "apikey" header with your application's API key as value.

Through the UI

  1. Select your application

  2. You can find/copy your API key here

  3. Select a service you hold a contract with

  4. You can find/copy the base URI of the API here

  5. You can download the specification/documentation in JSON format here. This is useful for

  6. You can also consult the Swagger specification in the UI

    You can perform requests on the API/service using your API key through the UI

    You can copy the cURL request that includes your API key, and view the response to your request

Swagger