Secure endpoints are served by the Connect API gateway, not by a separate Secure host.
Secure API - SSL certificates
List secured domains
Partners can retrieve all domains currently Secured under a givenapplicationId to audit configuration, build admin UIs, and perform maintenance. This endpoint returns a paginated list of all Secure-managed domains for the authenticated application.
Headers
Query string parameters
Note: status is optional. If omitted, the endpoint returns all secured domains for the application.
Sample response
Field definitions
- domain (
string): Fully qualified domain or subdomain configured via Secure. - applicationUrl (
string): Current upstream URL for this domain. - secureStatus (
string):activeorinactive. - total (
integer): Total number of secured domains matching the filter. - page (
integer): Current zero-based page index. - limit (
integer): Maximum number of items requested per page. - count (
integer): Number of items returned. - pages (
integer): Total number of pages available. - nextPage (
integer | null): Next page index, or null if not applicable. - prevPage (
integer | null): Previous page index, or null if not applicable.
Error responses
Rate limits
This endpoint follows the same global rate limits as other Secure API endpoints.Example cURL
Check the domain’s eligibility
Parameters description
Successful response (200 status)
JSON
Possible error responses
Errors are returned as a{message: 'string'} object.
Provision an SSL certificate
Request body
JSON
Parameters description
Successful response (200 status)
JSON
Possible error responses
Errors are returned as a{message: 'string'} object.
Renew an SSL certificate
Request body
JSON
Successful response (200 status)
json
Possible error responses
Errors are returned as a{message: 'string'} object.
Deprovision an SSL certificate
Request body
JSON
Successful response (200 status)
JSON
Possible error responses
Errors are returned as a{message: 'string'} object.

