Consuming APIs/services

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 Swagger 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

Last updated