Get status of PC/SC middleware

Role

Returns the status of the PC/SC middleware (SCardSvr.exe on Windows).

Request

URL : /pcsc/status

Method : GET

URL Params : None

Content : None

Success Response

Code : 200 OK

Content : an object providing the status of the PC/SC middleware (available / not available), as specified below.

Response content

Field name Type Status Description
ServiceAvailable boolean always Status of the PC/SC middleware

Examples

When the PC/SC middleware is running OK

{
	"ServiceAvailable": true
}

When the PC/SC middleware is not running or not available

{
	"ServiceAvailable": false
}

Error Response

See Error Responses and ERROR object.