Get Supported QRCodes
GroupDocs.Signature Cloud REST API supports to sign a document with QR-Code. You can list all supported QR-Ccode types using this API.
Resource
The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types.
cURL Example
curl -X GET "https://api.groupdocs.cloud/v2.0/signature/qrcodes" -H "accept: application/json" -H "authorization: Bearer [Access Token]"
{
"qrCodeTypes": [
{
"name": "Aztec"
},
{
"name": "DataMatrix"
},
{
"name": "GS1DataMatrix"
},
{
"name": "GS1QR"
},
{
"name": "QR"
}
]
}
SDKs
The API is completely independent of your operating system, database system or development language. We provide and support API SDKs in many development languages in order to make it even easier to integrate. You can see our available SDKs list here.