github.com/outbrain/consul@v1.4.5/website/source/api/connect.html.md (about) 1 --- 2 layout: api 3 page_title: Connect - HTTP API 4 sidebar_current: api-connect 5 description: |- 6 The `/connect` endpoints provide access to Connect-related operations for intentions and the certificate authority. 7 --- 8 9 # Connect HTTP Endpoint 10 11 The `/connect` endpoints provide access to 12 [Connect-related](/docs/connect/index.html) operations for 13 intentions and the certificate authority. 14 15 There are also Connect-related endpoints in the 16 [Agent](/api/agent.html) and [Catalog](/api/catalog.html) APIs. For example, 17 the API for requesting a TLS certificate for a service is part of the agent 18 APIs. And the catalog API has an endpoint for finding all Connect-capable 19 services in the catalog. 20 21 Please choose a sub-section in the navigation for more information.