Endpoints
Get an endpoint
Retrieve a single Frontier Gateway endpoint by its ID.
Retrieve a single endpoint by its
id, including its slug and configured targets.
Authentication
Workspace API key with management scope, passed as
Authorization: Api-Key $BASETEN_API_KEY (or Bearer; both are accepted).Path parameters
Identifier of the endpoint, returned as
id by Create an endpoint.Response
The endpoint, with the same shape as the Create an endpoint response:id, slug, targets, created_at, and updated_at.
Errors
| Status | Meaning |
|---|---|
403 Forbidden | The endpoint exists but isn’t in your workspace, or the caller doesn’t have management scope. |
404 Not Found | No endpoint with this id in your workspace. |