Skip to content

System Features⚓︎

Path⚓︎

/v1/sys-features

The sys-features resource is used to explore the system's gateway and subscribers.

 


Resource Attributes⚓︎

The attributes for the sys-features resource are detailed below:

Attribute Type Required? Description
extensions Object NO A container for additional metadata or custom parameters.
type String YES The type of system feature, such as gateway_feature.

Example⚓︎

{
  "extensions": {},
  "type": "gateway_feature"
}