Edge
Get
Get retrieves one Edge.
GET
Get
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Response
200 - application/json
EdgeServiceGetResponse returns the requested Edge.
EdgeServiceGetResponse returns the requested Edge.
Edge is one App-owned connection-routing configuration. It is the capability-neutral root for egress today and future LLM routing / credential-injection features; capability-specific config lands additively.