Consuming APIs/services
Every request to the contracted service should include an "apikey" header with your application's API key as value.
- 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.
- 6.You can also consult the Swagger specification in the UIYou can perform requests on the API/service using your API key through the UIYou can copy the cURL request that includes your API key, and view the response to your request
Last modified 4yr ago