Capability
FDX / Data Structures / Capability
Capability entity, The response object for the API /capability request
Capability Properties
# | Id | Type | Description |
---|---|---|---|
1 | fdxVersions | Array of FdxVersion | The FDX schema versions supported by one or more operations |
2 | allowedConnections | integer | The number of concurrent connections allowed for this client |
3 | activeConnections | integer | The current number of active connections for this client |
4 | messageFormat | MessageFormat | Defaults to JSON |
5 | operations | Array of Operation | The FDX API endpoints supported |
6 | jwksUrl | HateoasLink | The URL to retrieve the JWKS public keys from the data provider, needed to enable payload level encryption above the TLS layer |