Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 2,610 for

authorization

(0.2 sec)
  1. Supported Barcodes | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v1/signature/barcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....application/json" \ -H "Authorization: Bearer $JWT_TOKEN " Windows...application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/signature/supported-barcodes/
  2. Authenticating API Requests | Documentation

    There is only one way to authenticate GroupDocs Cloud REST APIs: by using OAuth 2.0 protocol with JWT Bearer Token. The JWT token is extracted and validated by our APIs from the Authorization request header. OAuth 2.0 OAuth 2.0 is an Authorization framework that enables your applications to obtain access to data to different APIs. OAuth provides Authorization flows for web and desktop applications, and mobile devices. What is a JSON Web Token (JWT)?...validated by our APIs from the Authorization request header. OAuth 2...2.0 is an authorization framework that enables your applications...

    docs.groupdocs.cloud/total/authenticating-api-r...
  3. Document Information | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Get Document Information This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v1/signature/document.docx/document/info" \ -X GET \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....application/json" \ -H "authorization: Bearer $JWT_TOKEN " Windows...application/json" ` -H "authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/signature/document-informa...
  4. Verify Barcode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify a signed document. It provides methods to verify Barcode Signature in Documents Pages with different options for page number, text and search criteria by using verification-options-objects data in request body. Verify Barcode Signature in a Document You can Verify Barcode Signature in a Document using this API. It expects Verification Options Object data in request body....application/json" \ -H "Authorization: Bearer $JWT_TOKEN " \ -d...application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/signature/verify-barcode-s...
  5. Search Digital Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search Digital signatures in supported document formats. It provides method to search Digital Signature in Document Pages with different options by using Search Options Object data in request body. Search Digital Signature You can search Digital Signature on Document provided by fileName and document folder (if required) using following API....folder#signed" \ --header "Authorization: Bearer $JWT_TOKEN " \ --header...folder#signed" ` - -header "Authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/signature/search-digital-s...
  6. Get Supported QRCodes | Documentation

    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 Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/signature/qrcodes" \ -H "accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell curl.exe -X GET "https://api.groupdocs.cloud/v2.0/signature/qrcodes" ` -H "accept: application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET "https://api....application/json" \ -H "authorization: Bearer $JWT_TOKEN " Windows...application/json" ` -H "authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/signature/get-supported-qr...
  7. Verify Text Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify a signed document. It provides methods to verify Text Signature in Documents Pages with different options for page number, text and search criteria by using Verification Options Objects data in request body. Verify Text Signature in a Document You can verify Text Signature in a Document using this API....fyTextOptions"}' \ -H "authorization: Bearer $JWT_TOKEN " Windows...xtOptions' } `" ` -H " authorization : Bearer $env:JWT_TOKEN...

    docs.groupdocs.cloud/signature/verify-text-sign...
  8. Get Supported File Types | Documentation

    This REST API allows to get list of all file formats supported by GroupDocs.Metadata Cloud product. Resource URI HTTP POST ~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Get document information (available formats) curl -v "https://api....application/json" \ -H "Authorization: Bearer $JWT_TOKEN " Windows...application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  9. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload. Here are the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required....application/json' \ -H "Authorization: Bearer $JWT_TOKEN " \ -d...application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/metadata/get-document-info...
  10. Working with Storage API | Documentation

    Storage existance API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....application/json" \ -H "authorization: Bearer $JWT_TOKEN " Windows...application/json" ` -H "authorization: Bearer $env:JWT_TOKEN"...

    docs.groupdocs.cloud/comparison/working-with-st...