Renda Guide
  • What is Renda.io?
  • Microservices
    • HTML to PDF
    • PDF Transformation
    • Time based Authentication
    • Communication
    • QR Code Generation
  • Integrations
    • Floe
      • Generate PDF
      • Send SMS
    • SAP On-premise
    • SAP Fiori
    • SAP Conversational AI
    • MS Teams
  • Code Samples
    • SAP On-premise
    • SAP BTP - ABAP in the cloud
  • FAQs
  • Changelog
  • Open Source Credits
  • Page 1
Powered by GitBook
On this page

Was this helpful?

  1. Microservices

QR Code Generation

API calls are region specific. Please make sure you are subscribed to a specific region and have a valid Renda API Key before making API calls.

Region Specific URLs: Ireland(Europe): https://api-eu.renda.io North Virginia(US): https://api-us.renda.io Mumbai(APAC): https://api-apac.renda.io

Generate QR Code

POST https://api-<region>.renda.io/totp/generateQRCode

Region specific URLs: Ireland(Europe): https://api-eu.renda.io/totp/generateQRCode North Virginia(US): https://api-us.renda.io/totp/generateQRCode Mumbai(APAC): https://api-apac.renda.io/totp/generateQRCode

Headers

Name
Type
Description

x-api-key

string

Renda API Key

Accept

string

*/*

Content-type

string

application/x-www-form-urlencoded

Request Body

Name
Type
Description

data

string

Data to be encoded in the QR Code

<QR Code data>
[
    {
        "type": "Error",
        "message": "No Data provided to generate QR Code"
    }
]
{
    "message": "Unsupported API request. Please refer to Renda 
    documentation for more details documentation.renda.io"
}
PreviousCommunicationNextFloe

Last updated 4 years ago

Was this helpful?