get https://{baseurl}/organizations//workflows//steps/perso-and-issuance-step/applet-loading-info?requestFrom=<value>
This API endpoint allows you get the information about the sequence of methods while loading an applet onto JCOP4 device.
Headers
- Authentication: Bearer <JWT>
- Accept: application/json
- Content-Type: application/json
Path Parameters
Parameters | Type | Description |
---|---|---|
organizationNam | string | Denotes the name of the organization. |
workflowName | string | The name of the workflow. |
requestFrom | string | The service from where the request is made. Default Value: portal. |
Response Object
Parameters | Type | Description |
---|---|---|
pivAppletEnabled | boolean | Denotes if the PIV applet is enabled for the user in the workflow. |
fido2AppletEnabled | boolean | Denotes if the FIDO 2 applet is enabled for the user in the workflow. |