Publishing APIs

Before your APIs are available, they need to be published in an environment

Click Publish for the appropriate environment to publish the API.

When you save, the API Gateway is updated and the APIs are immediately available in the given environments that they are published within.

Once published, you can try calling your API - see Try out API.

You can always retrieve the openapi spec from a client, by calling the base url with a GET request and adding ?openapi.json or ?swagger.json (if the API is a WSDL, you must use ?wsdl instead) - with the above example, https://test.ceptor.io:8443/example/1?openapi.json will return the OpenAPI Spec modified to include the correct security settings and hostname for the appropriate environment.


© Ceptor ApS. All Rights Reserved.