Leveraging your REST API subscription
After receiving your API Key, you can view the REST tab to view the OpenAPI specification to test the API on the API details page.
About this task
After a subscription request is approved, validate the associated API's features and begin incorporating them into your applications. To ensure proper execution of the API, include the API key in the header as part of the API call.
-
From the Developer Portal, click API Catalog.
-
View the available APIs or type your search filter in the Search APIs by name field to quickly navigate to your intended API.
-
Click on the API card for the API that you have a valid API Key and API authentication information to view the Overview and REST documentation for that API.
-
Click REST tab.
-
Click the Download OpenAPI specification button to download the OpenAPI specification json file.
noteOpenAPI 3.0 reference is generated, and 2.0 Swagger is also available at the same URL as the OpenAPI reference, but the URL ends with
swagger.jsoninstead ofopenapi.json.
Next steps
For information on how to use the OpenAPI specification, view OpenAPI Reference UI usage.