Services
Get a Service
Get a Service using ID or name.
get/{workspace}/services/{ServiceIdOrName}
Path parameters
workspacestring required
Example:team-payments
The name of the workspace
Response
Successfully fetched Service
Example response
{
"host": "example.internal",
"id": "49fd316e-c457-481c-9fc7-8079153e4f3c",
"name": "example-service",
"path": "/",
"port": 80,
"protocol": "http"
}