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
string
required
Workspace API key with management scope, passed as
Authorization: Api-Key $BASETEN_API_KEY (or Bearer; both are accepted).Path parameters
string
required
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.