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
Select your application

You can find/copy your API key here

Select a service you hold a contract with


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

You can download the Swagger specification/documentation in JSON format here. This is useful for
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