Type Alias PostEndpointResponse

Response containing the provisioned endpoint reference and resolved connection instance.

type PostEndpointResponse = {
    connection?: ConnectionInstance;
    endpoint?: EndpointInstanceRef;
}
Index
connection?: ConnectionInstance

Resolved connection details including credentials and QRI reference for an active endpoint.